1
0
forked from GitHub/gf-core

added Readline to GF3 shell (in the same way as GF2, using GFCFLAGS in Makefile)

This commit is contained in:
aarne
2008-05-21 09:46:30 +00:00
parent 2bab9286f1
commit e8bbd458cb
2 changed files with 3 additions and 3 deletions

View File

@@ -207,7 +207,7 @@ gfc: gf3
gfi: gf3
gf3:
$(GHMAKE) $(GHCOPTFLAGS) -o gf3 GF/Devel/GF.hs
$(GHMAKE) $(GHCOPTFLAGS) $(GHCFLAGS) -o gf3 GF/Devel/GF.hs
strip $(GF3_EXE)
mv $(GF3_EXE) ../bin/