mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
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