mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
workaround in -opt flag to compile Phrasebook
This commit is contained in:
@@ -5,14 +5,17 @@ all: fin demo missing
|
||||
demo: compdemo linkdemo
|
||||
|
||||
compdemo:
|
||||
$(compile) Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||
$(compile) Bul Dan Dut Nor Pol Ron Spa
|
||||
$(compile) -opt Cat Eng Fre Ger Rus Swe Tha Urd DisambPhrasebookEng
|
||||
# $(compile) -opt Bul Cat Dan Dut Eng Fre Ger Ita Nor Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||
|
||||
linkdemo:
|
||||
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||
$(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||
# $(compile) -link Eng Bul Cat Dan Dut Fin Fre Ger Ita Nor Pol Ron Rus Spa Swe Tha Urd DisambPhrasebookEng
|
||||
|
||||
#separate, because slow...
|
||||
fin:
|
||||
$(compile) Fin
|
||||
$(compile) -opt Fin
|
||||
|
||||
missing:
|
||||
echo "pg -missing | wf -file=missing.txt" | gf -run Phrasebook.pgf
|
||||
|
||||
Reference in New Issue
Block a user