Add a default clean target

This commit is contained in:
Eric Andersen 2003-07-22 08:54:02 +00:00
parent 725db196c3
commit e199220d48

View File

@ -10,7 +10,8 @@ message_header:
@echo
(cd ..; tests/busybox.REGRESS.sh)
clean::
clean:
rm -f *.o
distclean: clean