diff options
Diffstat (limited to 'examples/gfcc/compiler/makefile')
| -rw-r--r-- | examples/gfcc/compiler/makefile | 4 |
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 |
