chore(Makefile): remove bin dist on make clean
This commit is contained in:
parent
5c2a33c918
commit
eb25d7ba34
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ well-known: node_modules
|
|||||||
clean:
|
clean:
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
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
|
||||||
# TODO remove binaries / bin directory
|
rm -rf bin/
|
||||||
|
|
||||||
.PHONY: %.lock
|
.PHONY: %.lock
|
||||||
%.lock:
|
%.lock:
|
||||||
|
|||||||
Reference in New Issue
Block a user