mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb
9 lines
112 B
Makefile
9 lines
112 B
Makefile
|
|
all:: Foods.pgf
|
|
|
|
Foods.pgf: Foods???.gf
|
|
gf -make -s -optimize-pgf Foods???.gf
|
|
|
|
clean:
|
|
rm -rf *.gfo Foods.pgf
|