👷 Update Makefile with external libs
This commit is contained in:
parent
aa0aac7983
commit
0151400689
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -1,11 +1,13 @@
|
||||||
.PHONY: default
|
.PHONY: default
|
||||||
|
|
||||||
|
libs = lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
||||||
|
|
||||||
default: remontel.ulx remontel.z5
|
default: remontel.ulx remontel.z5
|
||||||
|
|
||||||
remontel.ulx: remontel.inf includes/*.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
remontel.ulx: remontel.inf includes/*.inf $(libs)
|
||||||
inform -G +include_path=includes,lib $<
|
inform -G +include_path=includes,lib $<
|
||||||
|
|
||||||
remontel.z5: remontel.inf includes/*.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
remontel.z5: remontel.inf includes/*.inf $(libs)
|
||||||
inform +include_path=includes,lib $<
|
inform +include_path=includes,lib $<
|
||||||
|
|
||||||
lib/%.h:
|
lib/%.h:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue