diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-10-05 13:01:05 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-10-05 13:01:05 +0000 |
| commit | 1b4f7c9741b87f7085f0a8b70034e5ce7cfe668a (patch) | |
| tree | 35da2472d3cdc01e5b449d66f51538524049d393 /src/Makefile | |
| parent | 48623470cdba12f03f914c19677c6f7dc2072035 (diff) | |
updated gfcc to new gfcc, now with parsing
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 6cbee366d..690b66cee 100644 --- a/src/Makefile +++ b/src/Makefile @@ -199,11 +199,6 @@ gfc: mv gfc ../bin/ gfcc: - $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs - strip gfcc - mv gfcc ../bin/ - -newgfcc: $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Devel/Shell.hs strip gfcc mv gfcc ../bin/ |
