1
0
forked from GitHub/gf-core

moved gfcc program to gfi, wrote document gf3.txt

This commit is contained in:
aarne
2007-11-07 13:07:02 +00:00
parent 2c4d34af28
commit 8c47cb46b2
3 changed files with 80 additions and 4 deletions

View File

@@ -198,10 +198,10 @@ gfc:
strip gfc
mv gfc ../bin/
gfcc:
$(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Devel/Shell.hs
strip gfcc
mv gfcc ../bin/
gfi:
$(GHMAKE) $(GHCOPTFLAGS) -o gfi GF/Devel/GFI.hs
strip gfi
mv gfi ../bin/
gf3:
$(GHMAKE) $(GHCOPTFLAGS) -o gf3 GF/Devel/GF3.hs