clarify clean target

This commit is contained in:
Jesse Hallam 2018-07-25 14:40:02 -04:00
parent 9bc9e1aeb8
commit 0967bd43f2
No known key found for this signature in database
GPG key ID: E7959EB6518AF966

View file

@ -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/