Add a default clean target

1_00_stable_10817
Eric Andersen 2003-07-22 08:54:02 +00:00
parent 725db196c3
commit e199220d48
1 changed files with 2 additions and 1 deletions

View File

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