From: Eric Andersen Date: Tue, 22 Jul 2003 08:54:02 +0000 (-0000) Subject: Add a default clean target X-Git-Tag: 1_00_pre2~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e199220d4873baf1c2427bffecb2bd470c8514fd;p=oweals%2Fbusybox.git Add a default clean target --- diff --git a/tests/Makefile b/tests/Makefile index 8ad304d86..3c604cd32 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,7 +10,8 @@ message_header: @echo (cd ..; tests/busybox.REGRESS.sh) -clean:: +clean: + rm -f *.o distclean: clean