From eb25d7ba340b5f598db3472ca34fecc4da3678bd Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 20 Jun 2024 17:16:56 +0200 Subject: [PATCH] chore(Makefile): remove bin dist on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 346a6c66b..858dd8901 100644 --- a/Makefile +++ b/Makefile @@ -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: