From 01f872bf5db46863565c44c7f40b337217d35e8e Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 28 Sep 2004 19:44:02 +0000 Subject: gfcc report --- examples/gfcc/compiler/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/gfcc/compiler/makefile') 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 -- cgit v1.2.3