2022-01-09 19:52:04 -06:00
|
|
|
.PHONY: default
|
|
|
|
|
|
2022-01-12 09:39:54 -06:00
|
|
|
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
|
|
|
|
2022-01-12 09:39:54 -06:00
|
|
|
remontel.ulx: remontel.inf includes/*.inf $(libs)
|
2022-01-11 15:59:41 -06:00
|
|
|
inform -G +include_path=includes,lib $<
|
2022-01-09 19:52:04 -06:00
|
|
|
|
2022-01-12 09:39:54 -06:00
|
|
|
remontel.z5: remontel.inf includes/*.inf $(libs)
|
2022-01-11 15:59:41 -06:00
|
|
|
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
|
|
|
|
2022-01-10 11:54:02 -06:00
|
|
|
script.pdf: script.fountain
|
2022-01-10 11:05:41 -06:00
|
|
|
screenplain $< $@
|