summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gfcc/compiler/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/gfcc/compiler/makefile b/examples/gfcc/compiler/makefile
index f578e5d47..c23fcc48d 100644
--- a/examples/gfcc/compiler/makefile
+++ b/examples/gfcc/compiler/makefile
@@ -1,7 +1,7 @@
GF=gf
SRC=../
-all: parser gfcm
+all: parser gfcm runtime
compiler:
echo "pm | wf Imper.gfcm ;; pg -lang=ImperC -printer=plbnf | wf ImperC.tmp" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf
@@ -17,3 +17,6 @@ parser:
gfcm:
echo "pm | wf Imper.gfcm" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf
+
+runtime:
+ jasmin runtime.j