build(Makefile): update clean
This commit is contained in:
parent
734c82eff7
commit
dfc314fa82
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ all:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules .npm .cache assets/icons assets/favicons well-known .well-known-cache static/
|
rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known
|
||||||
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/ .Dockerfile .dev-port-http .dev-port-https
|
rm -rf bin/ .Dockerfile .dev-port-http .dev-port-https
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user