From b6b4e6c340157b3490edb3702772e6302d71c2ba Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 29 Nov 2018 09:06:46 -0500 Subject: Fix make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit 1.4.1