Make a version for GNU Prolog compiler.

This commit is contained in:
Simon Forman
2019-08-10 12:19:09 -07:00
parent 10a23c5c68
commit 1ce9544bcc
10 changed files with 1470 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
thun: thun.pl
gplc -o thun thun.pl
foo: foo.pl
gplc -o foo foo.pl