build(Makefile): also clean .stack-work.lock
This commit is contained in:
parent
e4fdeafc8b
commit
0ab16b2453
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ help:
|
||||
clean:
|
||||
$(MAKE) stop
|
||||
-rm -rf node_modules .npm .cache assets/icons assets/favicons static well-known
|
||||
-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 .stack-work.lock
|
||||
-rm -rf bin .Dockerfile develop
|
||||
-$(CONTAINER_COMMAND) container prune --force
|
||||
.PHONY: clean-all
|
||||
|
||||
Reference in New Issue
Block a user