diff --git a/inform7/makescript.txt b/inform7/makescript.txt index 82e3a56e6..914f77c4d 100644 --- a/inform7/makescript.txt +++ b/inform7/makescript.txt @@ -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)