summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoraarne <unknown>2004-11-08 13:25:00 +0000
committeraarne <unknown>2004-11-08 13:25:00 +0000
commit86ac63bbfb52112544e100de3de6f143ba0f7d5f (patch)
tree3bad13a51d1081e4afff5a003cc546c4da58da00 /examples
parent1b8cec072db6e5b5a1882da9c278c562d9850baa (diff)
for 2.1
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