summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-10-05 13:01:05 +0000
committeraarne <aarne@cs.chalmers.se>2007-10-05 13:01:05 +0000
commit1b4f7c9741b87f7085f0a8b70034e5ce7cfe668a (patch)
tree35da2472d3cdc01e5b449d66f51538524049d393 /src/Makefile
parent48623470cdba12f03f914c19677c6f7dc2072035 (diff)
updated gfcc to new gfcc, now with parsing
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
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/