about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-29 09:06:46 -0500
committerJune McEnroe <june@causal.agency>2018-11-29 09:06:46 -0500
commitb6b4e6c340157b3490edb3702772e6302d71c2ba (patch)
tree16a55e2dcc3dec3426e25f56c9289dcd5e79617c
parentUse png.h and config.mk (diff)
downloadtorus-b6b4e6c340157b3490edb3702772e6302d71c2ba.tar.gz
torus-b6b4e6c340157b3490edb3702772e6302d71c2ba.zip
Fix make clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91ab927..684a04d 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ install: chroot.tar rc.torus
 	install rc.torus /usr/local/etc/rc.d/torus
 
 clean:
-	rm -f $(OBJS) $(BINS) tags root chroot.tar
+	rm -fr $(OBJS) $(BINS) tags root chroot.tar
 
 help.h:
 	head -c 4096 torus.dat \