summaryrefslogtreecommitdiff
path: root/examples/gfcc/compiler/makefile
diff options
context:
space:
mode:
authoraarne <unknown>2004-09-28 19:44:02 +0000
committeraarne <unknown>2004-09-28 19:44:02 +0000
commit01f872bf5db46863565c44c7f40b337217d35e8e (patch)
tree6ea7ddb450efdd4e8da5aec6631da7b22b5911a9 /examples/gfcc/compiler/makefile
parent422b626a361c08b911471c04159931756887335c (diff)
gfcc report
Diffstat (limited to 'examples/gfcc/compiler/makefile')
-rw-r--r--examples/gfcc/compiler/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gfcc/compiler/makefile b/examples/gfcc/compiler/makefile
index 802d024cc..cc175731b 100644
--- a/examples/gfcc/compiler/makefile
+++ b/examples/gfcc/compiler/makefile
@@ -1,10 +1,10 @@
-GF=gf+
+GF=gf
SRC=../
all: compiler
compiler:
- echo "pm | wf Imper.gfcm ;; pg -lang=ImperC -printer=lbnf | wf ImperC.tmp" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf
+ echo "pm | wf Imper.gfcm ;; pg -lang=ImperC -printer=plbnf | wf ImperC.tmp" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf
echo "entrypoints Program, Stm, Exp ;" >entry.tmp
cat entry.tmp ImperC.tmp >ImperC.cf
bnfc -m -prof ImperC.cf