diff --git a/Makefile b/Makefile index 8928cdfe2..75bfd9491 100644 --- a/Makefile +++ b/Makefile @@ -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)