mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
examples/app/Makefile: fix dependencies and grammar name for App12.pgf
This commit is contained in:
@@ -15,10 +15,10 @@ APP11=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.p
|
|||||||
APP12=$(APP11) AppCat.pgf
|
APP12=$(APP11) AppCat.pgf
|
||||||
|
|
||||||
# With dependencies:
|
# With dependencies:
|
||||||
App11.pgf: $(APP)
|
App11.pgf: $(APP11)
|
||||||
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
|
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
|
||||||
App12.pgf: $(APP)
|
App12.pgf: $(APP12)
|
||||||
$(GFMKT) -name=App11 $(APP12) +RTS -K200M
|
$(GFMKT) -name=App12 $(APP12) +RTS -K200M
|
||||||
|
|
||||||
# Without dependencies:
|
# Without dependencies:
|
||||||
App11:
|
App11:
|
||||||
|
|||||||
Reference in New Issue
Block a user