diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 \ |