From 26dd6b22391ca6dd7b280ddbb81166ba5ac31362 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Mon, 24 Aug 2020 12:31:14 +0300 Subject: [PATCH] Remove also correct build dir on Linux/MacOS on clean Signed-off-by: Lauri Nevala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c2a373a93..068116b3ba 100644 --- a/Makefile +++ b/Makefile @@ -62,5 +62,5 @@ ifeq "$(DETECTED_OS)" "Windows" else rm -rf binaries/client/* rm -rf dist/* - rm -rf out/* + rm -rf static/build/* endif \ No newline at end of file