1
0
forked from GitHub/gf-rgl

documented Combinators

This commit is contained in:
aarne
2006-12-22 13:10:48 +00:00
parent aff400f4f3
commit 51a359eeea
4 changed files with 92 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ RTS=+RTS -M800M -K100M
RTSS=+RTS -M1000M -K100M
#may need this on amd64
#RTS=+RTS -M2000M -K200M
#RTSS=+RTS -M2000M -K200M
RTS=+RTS -M2000M -K200M
RTSS=+RTS -M2000M -K200M
GFCA=$(GF) -nocf
GFCC=$(GF) -nocf -make
@@ -47,9 +47,9 @@ langs:
echo "s ;; pm | wf langs.gfcm" | $(GFCA) -path=alltenses:prelude ../alltenses/Lang???.gfc $(RTSS)
api:
$(GFC) api/Constructors???.gf
$(GFC) api/Combinators???.gf
$(GFC) api/Symbolic???.gf
$(GFCC) api/Constructors???.gf
$(GFCC) api/Combinators???.gf
$(GFCC) api/Symbolic???.gf
cp -p api/*.gfc api/*.gfr ../api
present: