aboutsummaryrefslogtreecommitdiff
path: root/testcases/Makefile
diff options
context:
space:
mode:
authorrobbiew <robbiew>2001-12-20 20:44:53 +0000
committerrobbiew <robbiew>2001-12-20 20:44:53 +0000
commitb01705ab9909a321c29e8134d53b74cead4815cb (patch)
tree2dfe2859ca5da8a30d65d66da8aa395e70409ddc /testcases/Makefile
parent2d100b274ce1773dc276a3b709160b876fbfa4d6 (diff)
Cleanup of /testcases/bin was broken.
Diffstat (limited to 'testcases/Makefile')
-rw-r--r--testcases/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/Makefile b/testcases/Makefile
index 83c63bff8..7ef414a04 100644
--- a/testcases/Makefile
+++ b/testcases/Makefile
@@ -8,6 +8,6 @@ install:
@for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done
clean:
- rm -f bin/*
+ rm -rf bin/*
@for i in $(SUBDIRS); do $(MAKE) -C $$i clean ; done