diff options
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 3c604cd32..16f53452e 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
@@ -10,8 +10,9 @@ message_header: | |||
10 | @echo | 10 | @echo |
11 | (cd ..; tests/busybox.REGRESS.sh) | 11 | (cd ..; tests/busybox.REGRESS.sh) |
12 | 12 | ||
13 | clean: | 13 | clean:: |
14 | rm -f *.o | 14 | rm -f *.o |
15 | rm -f tester.log | ||
15 | 16 | ||
16 | distclean: clean | 17 | distclean: clean |
17 | 18 | ||