clarify clean target
This commit is contained in:
parent
9bc9e1aeb8
commit
0967bd43f2
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -119,8 +119,12 @@ endif
|
|||
.PHONY: clean
|
||||
clean:
|
||||
rm -fr dist/
|
||||
ifneq ($(HAS_SERVER),)
|
||||
rm -fr server/dist
|
||||
endif
|
||||
ifneq ($(HAS_WEBAPP),)
|
||||
rm -fr webapp/.npminstall
|
||||
rm -fr webapp/dist
|
||||
rm -fr webapp/node_modules
|
||||
endif
|
||||
rm -fr build/bin/
|
||||
|
|
Reference in a new issue