forked from GitHub/gf-core
compact printing of gf files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user