From 7dd63a449f9683e56d310148cadd813599323a0b Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 8 Nov 2004 09:22:37 +0000 Subject: completing for release --- examples/gfcc/compiler/makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'examples/gfcc/compiler/makefile') diff --git a/examples/gfcc/compiler/makefile b/examples/gfcc/compiler/makefile index cc175731b..f578e5d47 100644 --- a/examples/gfcc/compiler/makefile +++ b/examples/gfcc/compiler/makefile @@ -1,7 +1,7 @@ GF=gf SRC=../ -all: compiler +all: parser gfcm compiler: echo "pm | wf Imper.gfcm ;; pg -lang=ImperC -printer=plbnf | wf ImperC.tmp" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf @@ -11,3 +11,9 @@ compiler: make -f Makefile rm *.tmp jasmin runtime.j + +parser: + ghc --make TestImperC.hs -o TestImperC + +gfcm: + echo "pm | wf Imper.gfcm" | $(GF) $(SRC)ImperC.gf $(SRC)ImperJVM.gf -- cgit v1.2.3