chore(Makefile): clean well-known cache too
This commit is contained in:
parent
e8c058b65e
commit
820133cbe8
2
Makefile
2
Makefile
@ -136,7 +136,7 @@ well-known/.well-known:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules .npm assets/icons well-known
|
rm -rf node_modules .npm assets/icons well-known .well-known-cache
|
||||||
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
||||||
rm -rf bin/
|
rm -rf bin/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user