[ox] Change make purge to delete root build directory
This commit is contained in:
parent
ec40d80e6d
commit
b2245cc3b2
2
deps/ox/Makefile
vendored
2
deps/ox/Makefile
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user