1
0
forked from GitHub/gf-core

compact printing of gf files

This commit is contained in:
aarne
2007-09-20 21:51:54 +00:00
parent 60359485cc
commit 121c247d15
5 changed files with 34 additions and 2 deletions

View File

@@ -191,6 +191,11 @@ gfdoc: tools/$(GF_DOC_EXE)
tools/$(GF_DOC_EXE): tools/GFDoc.hs
$(GHMAKE) $(GHCOPTFLAGS) -o $@ $^
gfc:
$(GHMAKE) $(GHCOPTFLAGS) -o gfc GF/Devel/GFC.hs
strip gfc
mv gfc ../bin/
gfcc:
$(GHMAKE) $(GHCOPTFLAGS) -o gfcc GF/Canon/GFCC/Shell.hs
strip gfcc