Move parser to own file.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
GPLC_OPTIONS="--min-size"
|
||||
|
||||
thun: thun.pl
|
||||
gplc $(GPLC_OPTIONS) -o thun thun.pl
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user