build defs.pl

This commit is contained in:
Simon Forman
2019-08-10 21:45:59 -07:00
parent 32e77f6d73
commit 731c59088e
4 changed files with 125 additions and 3 deletions
+3 -2
View File
@@ -3,5 +3,6 @@ GPLC_OPTIONS="--min-size"
thun: thun.pl parser.pl
gplc $(GPLC_OPTIONS) -o thun thun.pl parser.pl
defs.pl: meta-defs.pl defs.txt
gprolog --consult-file meta-defs.pl defs.txt
defs.pl: meta-defs.pl parser.pl defs.txt
gprolog --consult-file meta-defs.pl --consult-file parser.pl --query-goal do > defs.pl