forked from GitHub/gf-core
app Makefile default now App12 with Cat
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
all: Phrasebook App11.pgf
|
all: Phrasebook App12.pgf
|
||||||
|
|
||||||
PROBSFILE=./app.probs
|
PROBSFILE=./app.probs
|
||||||
GFODIR=./gfos
|
GFODIR=./gfos
|
||||||
@@ -22,9 +22,9 @@ App12.pgf: $(APP12)
|
|||||||
|
|
||||||
# Without dependencies:
|
# Without dependencies:
|
||||||
App11:
|
App11:
|
||||||
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
|
$(GFMKT) -name=App12 $(APP11) +RTS -K200M
|
||||||
App12:
|
App12:
|
||||||
$(GFMKT) -name=App11 $(APP12) +RTS -K200M
|
$(GFMKT) -name=App12 $(APP12) +RTS -K200M
|
||||||
|
|
||||||
# App grammars for individual languages
|
# App grammars for individual languages
|
||||||
AppEng.pgf:: ; $(GFMKT) -name=AppEng AppEng.gf
|
AppEng.pgf:: ; $(GFMKT) -name=AppEng AppEng.gf
|
||||||
|
|||||||
Reference in New Issue
Block a user