mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
make gfcc makes old gfcc; use make newgfcc for the format produced by gfc
This commit is contained in:
@@ -199,7 +199,11 @@ gfc:
|
||||
mv gfc ../bin/
|
||||
|
||||
gfcc:
|
||||
# $(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs
|
||||
$(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/
|
||||
|
||||
Reference in New Issue
Block a user