1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

Corrected Preform build

This commit is contained in:
Graham Nelson 2019-02-06 23:37:51 +00:00
parent 3b1288408a
commit a306763226

View file

@ -6,11 +6,23 @@
BLORBLIB = $(ME)/Tests/Assistants/blorblib
.PHONY: all
all: executable preform
.PHONY: executable
executable: $(ME)/Tangled/$(MYNAME)
.PHONY: preform
preform: $(ME)/Tangled/Syntax.preform
# Making the program:
$(ME)/Tangled/$(MYNAME): {dependent-files}
$(call make-me)
$(ME)/TangledSyntax.preform:
$(call make-me)
.PHONY: force
force:
$(call make-me)