releaseclean now removes build too, provided it is empty

This commit is contained in:
Ben Armstrong 2005-10-14 23:07:29 +00:00
parent fffb41d921
commit c2d0b63b44

View file

@ -127,6 +127,7 @@ releaseclean:
@echo "Cleaning release directory"
@echo
@rm -rf "build/tuxpaint-$(VER_VERSION)" "build/tuxpaint-$(VER_VERSION).tar.gz"
@if [ -d build ] ; then rmdir build ; fi
releasedir: build/tuxpaint-$(VER_VERSION)