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