aboutsummaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkfile b/mkfile
index 6ac7889..2761b48 100644
--- a/mkfile
+++ b/mkfile
@@ -3,9 +3,11 @@
BIN=$home/bin/$objtype
TARG=\
vis\
+ solar\
OFILES=\
alloc.$O\
+ qball.$O\
HFILES=dat.h fns.h
@@ -36,7 +38,7 @@ pulldeps:VQ: nukeāˆ…dirs
@{cd libgraphics; mk $target}
clean nuke:V:
- rm -f *.[$OS] [$OS].out $TARG
+ rm -f *.[$OS] [$OS].out [$OS].^$TARG
@{cd libgraphics; mk $target}
@{cd libobj; mk $target}