summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-06-28 22:31:14 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-06-28 22:31:14 +0000
commit0b36426d023e45d6acbc7672c7083a91d10913a8 (patch)
treed63902cfb16624ca76445ecda22c5c97e818d0fd /mkfile
Initial commit. Start working on a new prolog implementation for 9front, now that I at least have a better understanding of what goes into a compiler :)
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..18fff33
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,11 @@
+</$objtype/mkfile
+
+TARG=pprolog
+
+OFILES=main.$O parser.$O
+
+HFILES=dat.h fns.h
+
+BIN=/$objtype/bin
+
+</sys/src/cmd/mkone \ No newline at end of file