diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-09-19 16:48:13 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-09-19 16:48:13 +0000 |
| commit | ef389db5694a52eb9c171fe76b952f37216e4c09 (patch) | |
| tree | cf285b0f746575e5fb210866df5a73c6057405d5 /src/Makefile | |
| parent | aff4aa20c19ccef4ccdbb664d2e989eba36f4446 (diff) | |
started extending GFCC API with parsing
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index aae174619..35bd35fae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -192,7 +192,7 @@ tools/$(GF_DOC_EXE): tools/GFDoc.hs $(GHMAKE) $(GHCOPTFLAGS) -o $@ $^ gfcc: - $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/RunGFCC.hs + $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs strip gfcc mv gfcc ../bin/ |
