build: use simpler cleanup target
This commit is contained in:
parent
5cc93387e7
commit
9687f90cf5
6
Makefile
6
Makefile
@ -25,9 +25,9 @@ dist: \
|
|||||||
_dist/yatwiki-$(VERSION)-src.zip
|
_dist/yatwiki-$(VERSION)-src.zip
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
if [ -f ./staticResources.go ] ; then rm ./staticResources.go ; fi
|
rm -f ./staticResources.go
|
||||||
if [ -d ./build ] ; then rm -r ./build ; fi
|
rm -fr ./build
|
||||||
if [ -f ./yatwiki ] ; then rm ./yatwiki ; fi
|
rm -f ./yatwiki
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generated files
|
# Generated files
|
||||||
|
Loading…
Reference in New Issue
Block a user