siege-remontel/Makefile
Dan Jones feafcb3da5 🚚 Rename story_outline to script
It's just quicker to type
2022-01-10 11:54:02 -06:00

15 lines
379 B
Makefile

.PHONY: default
default: remontel.ulx remontel.z5
remontel.ulx: remontel.inf *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
inform -G +include_path=,lib $<
remontel.z5: remontel.inf *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
inform +include_path=,lib $<
lib/Parser.h lib/VerbLib.h lib/Grammar.h:
$(MAKE) -C lib Parser.h
script.pdf: script.fountain
screenplain $< $@