truly fork, sort of

This commit is contained in:
Simon Forman
2019-08-18 10:53:25 -07:00
parent 11fdc81409
commit 2057d9ee74
4 changed files with 43 additions and 3 deletions
+2 -1
View File
@@ -2,7 +2,7 @@
GPLC_OPTIONS=--no-top-level
#GPLC_OPTIONS=
THUN_DEPS=parser.pl defs.pl main.pl math.pl DCG_basics.pl
THUN_DEPS=parser.pl defs.pl main.pl math.pl DCG_basics.pl fork.pl
thun: thun.pl $(THUN_DEPS) Makefile
gplc $(GPLC_OPTIONS) -o thun thun.pl $(THUN_DEPS)
@@ -11,6 +11,7 @@ defs.pl: meta-defs.pl parser.pl defs.txt thun.pl DCG_basics.pl
gprolog \
--consult-file meta-defs.pl \
--consult-file parser.pl \
--consult-file fork.pl \
--consult-file thun.pl \
--consult-file DCG_basics.pl \
--query-goal do