From b2245cc3b233b436443471257f48ecc29c2251b6 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 --- deps/ox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/ox/Makefile b/deps/ox/Makefile index 96fd4412..a37977b1 100644 --- a/deps/ox/Makefile +++ b/deps/ox/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