summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorPeter Mikkelsen <peter@pmikkelsen.com>2021-07-08 17:07:15 +0000
committerPeter Mikkelsen <peter@pmikkelsen.com>2021-07-08 17:07:15 +0000
commit28e7dd47d568908702264977d70860c25467fb6e (patch)
tree61ec96a7ffc789fa518313ab5c78ead65d0db8a8 /mkfile
parent96639193bad1db5ff22f17bacbcd4eeecd024ba9 (diff)
Add a mark-sweep garbage collector
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkfile b/mkfile
index e74511b..6878070 100644
--- a/mkfile
+++ b/mkfile
@@ -15,7 +15,8 @@ OFILES=\
streams.$O\
module.$O\
types.$O\
- arithmetic.$O
+ arithmetic.$O\
+ garbage.$O
HFILES=dat.h fns.h