chore(Makefile): remove bin dist on make clean

This commit is contained in:
Sarah Vaupel 2024-06-20 17:16:56 +02:00
parent 5c2a33c918
commit eb25d7ba34

View File

@ -109,7 +109,7 @@ well-known: node_modules
clean:
rm -rf node_modules
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
%.lock: