Added SunWS_cache deletion

This commit is contained in:
Harry Moffat 2006-03-03 22:00:44 +00:00
parent 1ddc4c9574
commit ab1cae4b83
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
*.d
.depends
Makefile
SunWS_cache

View file

@ -58,6 +58,9 @@ clean:
echo "$(RM) $(LIB)" ; \
fi)
$(RM) *.o *~ .depends
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; \
fi )
depends: $(DEPENDS)
cat *.d > .depends

View file

@ -1,2 +1,3 @@
Makefile
SunWS_cache
.depends

View file

@ -61,6 +61,9 @@ clean:
echo "$(RM) $(ZEROD_LIB)" ; \
fi)
$(RM) *.o *~ .depends
(if test -d SunWS_cache ; then \
$(RM) -rf SunWS_cache ; \
fi )
depends: $(DEPENDS)
cat *.d > .depends