summaryrefslogtreecommitdiff
path: root/examples/gfcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gfcc/Makefile')
-rw-r--r--examples/gfcc/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/gfcc/Makefile b/examples/gfcc/Makefile
new file mode 100644
index 000000000..d260049fa
--- /dev/null
+++ b/examples/gfcc/Makefile
@@ -0,0 +1,12 @@
+all: pgf runtime
+
+pgf:
+ gf -make ImperC.gf ImperJVM.gf
+
+runtime:
+ java -jar jasmin.jar runtime.j
+
+doc:
+ pdflatex complin.tex
+ pdflatex complin.tex
+