Clobber removes all .o files.

This commit is contained in:
johns 2001-04-26 15:48:06 +00:00
parent 924a7276ec
commit 6abdbcf756

View file

@ -23,7 +23,7 @@ clean::
$(RM) $(OBJS) core *.doc
clobber: clean
$(RM) .depend .#* *~
$(RM) .depend .#* *~ *.o
depend::
@echo -n >.depend