1
0
forked from GitHub/gf-core

app Makefile default now App12 with Cat

This commit is contained in:
aarne
2014-12-03 13:18:48 +00:00
parent 15a47610be
commit 7316caf092

View File

@@ -1,4 +1,4 @@
all: Phrasebook App11.pgf
all: Phrasebook App12.pgf
PROBSFILE=./app.probs
GFODIR=./gfos
@@ -22,9 +22,9 @@ App12.pgf: $(APP12)
# Without dependencies:
App11:
$(GFMKT) -name=App11 $(APP11) +RTS -K200M
$(GFMKT) -name=App12 $(APP11) +RTS -K200M
App12:
$(GFMKT) -name=App11 $(APP12) +RTS -K200M
$(GFMKT) -name=App12 $(APP12) +RTS -K200M
# App grammars for individual languages
AppEng.pgf:: ; $(GFMKT) -name=AppEng AppEng.gf