From a8b1e25e89a0e66fd2025b174833af7c9c25c316 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 14 Apr 2018 11:03:00 -0500 Subject: [PATCH] [nostalgia] Fix make purge to delete entire build directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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