diff options
Diffstat (limited to 'examples/foods/Makefile')
| -rw-r--r-- | examples/foods/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/foods/Makefile b/examples/foods/Makefile new file mode 100644 index 000000000..5738bc281 --- /dev/null +++ b/examples/foods/Makefile @@ -0,0 +1,8 @@ + +all:: Foods.pgf + +Foods.pgf: Foods???.gf + gf -make -s -optimize-pgf Foods???.gf + +clean: + rm -rf *.gfo Foods.pgf |
