releaseclean *really* removes tarball now
This commit is contained in:
parent
07406774a2
commit
fffb41d921
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -126,7 +126,7 @@ releaseclean:
|
||||||
@echo
|
@echo
|
||||||
@echo "Cleaning release directory"
|
@echo "Cleaning release directory"
|
||||||
@echo
|
@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)
|
releasedir: build/tuxpaint-$(VER_VERSION)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue