releaseclean *really* removes tarball now

This commit is contained in:
Ben Armstrong 2005-10-14 23:01:57 +00:00
parent 07406774a2
commit fffb41d921

View file

@ -126,7 +126,7 @@ releaseclean:
@echo
@echo "Cleaning release directory"
@echo
@rm -rf "build/tuxpaint-$(VER_VERSION)" "tuxpaint-$(VER_VERSION).tar.gz"
@rm -rf "build/tuxpaint-$(VER_VERSION)" "build/tuxpaint-$(VER_VERSION).tar.gz"
releasedir: build/tuxpaint-$(VER_VERSION)