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
|
||||
|
||||
clean:
|
||||
if [ -f ./staticResources.go ] ; then rm ./staticResources.go ; fi
|
||||
if [ -d ./build ] ; then rm -r ./build ; fi
|
||||
if [ -f ./yatwiki ] ; then rm ./yatwiki ; fi
|
||||
rm -f ./staticResources.go
|
||||
rm -fr ./build
|
||||
rm -f ./yatwiki
|
||||
|
||||
#
|
||||
# Generated files
|
||||
|
Loading…
Reference in New Issue
Block a user