build(Makefile): clean more files and dirs
This commit is contained in:
parent
c574996714
commit
793ed1af32
4
Makefile
4
Makefile
@ -23,9 +23,9 @@ all:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules .npm .cache assets/icons assets/favicons well-known static/
|
rm -rf node_modules .npm .cache assets/icons assets/favicons well-known .well-known-cache static/
|
||||||
rm -rf .stack .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
rm -rf .stack .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
||||||
rm -rf bin/
|
rm -rf bin/ .Dockerfile .dev-port-http .dev-port-https
|
||||||
|
|
||||||
.PHONY: release
|
.PHONY: release
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user