Clobber removes all .o files.
This commit is contained in:
parent
924a7276ec
commit
6abdbcf756
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ clean::
|
|||
$(RM) $(OBJS) core *.doc
|
||||
|
||||
clobber: clean
|
||||
$(RM) .depend .#* *~
|
||||
$(RM) .depend .#* *~ *.o
|
||||
|
||||
depend::
|
||||
@echo -n >.depend
|
||||
|
|
Loading…
Add table
Reference in a new issue