mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
add clean_state target
This commit is contained in:
parent
03527d0f97
commit
db2becd29e
1 changed files with 5 additions and 0 deletions
|
@ -249,6 +249,11 @@ clean:
|
||||||
*.rsg *.app $(UID_CPP)
|
*.rsg *.app $(UID_CPP)
|
||||||
for f in $(PKGFILES); do rm -f $(DESTDIR)/$$f; done
|
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
|
# from here down added from the linux build system or stolen from
|
||||||
# makefiles generated by the symbian system
|
# makefiles generated by the symbian system
|
||||||
|
|
Loading…
Add table
Reference in a new issue