[ox] Change make purge to delete root build directory

This commit is contained in:
Gary Talent 2018-04-14 00:08:35 -05:00
parent ec40d80e6d
commit b2245cc3b2

2
deps/ox/Makefile vendored
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