add clean_state target

This commit is contained in:
ehouse 2005-02-27 20:09:05 +00:00
parent 03527d0f97
commit db2becd29e

View file

@ -249,6 +249,11 @@ clean:
*.rsg *.app $(UID_CPP)
for f in $(PKGFILES); do rm -f $(DESTDIR)/$$f; done
# remove saved games and data file
clean_state:
rm -rf $(EPOC)/wins/c/system/Apps/xwords_80/xwgames
rm -rf $(EPOC)/wins/c/system/Apps/xwords_80/xwdata.dat
#############################################################################
# from here down added from the linux build system or stolen from
# makefiles generated by the symbian system