Added to the make clean rule

This commit is contained in:
Harry Moffat 2006-08-19 23:48:39 +00:00
parent cb83425e34
commit 3590c3ce52

View file

@ -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 ; \