make clean at root does all below

git-svn-id: http://comictagger.googlecode.com/svn/trunk@346 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville 2013-01-25 06:13:33 +00:00
parent 1f050436d3
commit e8961ed299

View File

@ -6,8 +6,9 @@ all: clean
clean:
rm -f *~ *.pyc *.pyo
rm -f logdict*.log
make -C mac clean
make -C windows clean
zip:
cd release; \
rm -rf *zip comictagger-src-$(VERSION_STR) ; \
@ -21,4 +22,4 @@ zip:
svn_tag:
svn copy https://comictagger.googlecode.com/svn/trunk \
https://comictagger.googlecode.com/svn/tags/$(VERSION_STR) -m "Release $(VERSION_STR)"