siege-remontel/Makefile

15 lines
393 B
Makefile
Raw Normal View History

2022-01-09 19:52:04 -06:00
.PHONY: default
2022-01-10 09:48:37 -06:00
default: remontel.ulx remontel.z5
2022-01-09 19:52:04 -06:00
remontel.ulx: remontel.inf *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
inform -G +include_path=,lib $<
2022-01-09 19:52:04 -06:00
remontel.z5: remontel.inf *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
inform +include_path=,lib $<
2022-01-09 19:52:04 -06:00
lib/Parser.h lib/VerbLib.h lib/Grammar.h:
$(MAKE) -C lib Parser.h
2022-01-10 11:05:41 -06:00
story_outline.pdf: story_outline.fountain
screenplain $< $@