diff --git a/Makefile b/Makefile index 929496fa..7b152ba4 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ install: clean: ${ENV_RUN} ./scripts/run-make build clean purge: - ${ENV_RUN} rm -rf $$(find build -mindepth 1 -maxdepth 1 -type d) dist + ${ENV_RUN} rm -rf build test: ${ENV_RUN} ./scripts/run-make build test