mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
9 lines
98 B
Makefile
9 lines
98 B
Makefile
|
|
all:: Foods.pgf
|
|
|
|
Foods.pgf: Foods???.gf
|
|
gf -make -s Foods???.gf
|
|
|
|
clean:
|
|
rm -rf *.gfo Foods.pgf
|