[ox] Change make purge to delete root build directory

(synced from b2245cc3b2)
This commit is contained in:
2018-04-14 00:08:35 -05:00
parent a9444d6cf7
commit 19de3e1687
+1 -1
View File
@@ -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