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