siege-remontel/Makefile

18 lines
366 B
Makefile
Raw Permalink Normal View History

2022-01-09 19:52:04 -06:00
.PHONY: default
libs = lib/Parser.h lib/VerbLib.h lib/Grammar.h
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 includes/*.inf $(libs)
inform -G +include_path=includes,lib $<
2022-01-09 19:52:04 -06:00
remontel.z5: remontel.inf includes/*.inf $(libs)
inform +include_path=includes,lib $<
2022-01-09 19:52:04 -06:00
2022-01-12 08:40:51 -06:00
lib/%.h:
$(MAKE) -C '$(@D)' '$(@F)'
2022-01-10 11:05:41 -06:00
script.pdf: script.fountain
2022-01-10 11:05:41 -06:00
screenplain $< $@