releaseclean now removes build too, provided it is empty
This commit is contained in:
parent
fffb41d921
commit
c2d0b63b44
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue