Added to the make clean rule
This commit is contained in:
parent
cb83425e34
commit
3590c3ce52
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ endif
|
||||||
@ ./runtest
|
@ ./runtest
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends
|
$(RM) $(OBJS) $(PROGRAM) $(DEPENDS) .depends *.o
|
||||||
../../../bin/rm_cvsignore
|
../../../bin/rm_cvsignore
|
||||||
(if test -d SunWS_cache ; then \
|
(if test -d SunWS_cache ; then \
|
||||||
$(RM) -rf SunWS_cache ; \
|
$(RM) -rf SunWS_cache ; \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue