summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-06-30 17:03:25 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-06-30 17:03:25 +0000
commit50f83a91220940042962fdb55d07bb03991f52be (patch)
treec2d1046393d7c3f75becd7b2150afab46156baf0 /mkfile
parent347e5bc533070a5e988d82e7588a4e905c7096f3 (diff)
Add support for builtins, and implement true/0, fail/0, call/1, and !/0 builtins
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfile b/mkfile
index 5191d06..a546509 100644
--- a/mkfile
+++ b/mkfile
@@ -2,7 +2,7 @@
TARG=pprolog
-OFILES=main.$O parser.$O eval.$O prettyprint.$O misc.$O repl.$O
+OFILES=main.$O parser.$O eval.$O builtins.$O prettyprint.$O misc.$O repl.$O
HFILES=dat.h fns.h