👷♻️ Use variable names in Makefile
This commit is contained in:
parent
4c64bc7773
commit
2327204ec1
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
default: remontel.ulx remontel.z5
|
||||
|
||||
remontel.ulx: *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
||||
inform -G +include_path=,lib remontel.inf
|
||||
remontel.ulx: remontel.inf *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
||||
inform -G +include_path=,lib $<
|
||||
|
||||
remontel.z5: *.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h
|
||||
inform +include_path=,lib remontel.inf
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue