From 19de3e16875763012eb20c3b8c7d719e7afd3867 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 14 Apr 2018 00:08:35 -0500 Subject: [PATCH] [ox] Change make purge to delete root build directory (synced from b2245cc3b233b436443471257f48ecc29c2251b6) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96fd44121..a37977b12 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ install: clean: ${ENV_RUN} ./scripts/run-make build clean purge: - ${ENV_RUN} rm -rf $(shell find build -mindepth 1 -maxdepth 1 -type d) + ${ENV_RUN} rm -rf build test: ${ENV_RUN} ./scripts/run-make build test