truly fork, sort of
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user