forked from GitHub/gf-core
Remove contribs and examples
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
This commit is contained in:
8
examples/foods/Makefile
Normal file
8
examples/foods/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
all:: Foods.pgf
|
||||
|
||||
Foods.pgf: Foods???.gf
|
||||
gf -make -s -optimize-pgf Foods???.gf
|
||||
|
||||
clean:
|
||||
rm -rf *.gfo Foods.pgf
|
||||
Reference in New Issue
Block a user