Multifile func/3.

This commit is contained in:
Simon Forman
2019-08-11 18:45:57 -07:00
parent cd60816429
commit 79aa2f972d
5 changed files with 10 additions and 4 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
GPLC_OPTIONS="--min-size"
#GPLC_OPTIONS=--min-size
GPLC_OPTIONS=--no-top-level
thun: thun.pl parser.pl defs.pl main.pl
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl defs.pl main.pl
thun: thun.pl parser.pl defs.pl main.pl math.pl Makefile
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl defs.pl main.pl math.pl
defs.pl: meta-defs.pl parser.pl defs.txt thun.pl
gprolog \