[nostalgia] Fix make purge to delete entire build directory

This commit is contained in:
Gary Talent 2018-04-14 11:03:00 -05:00
parent fc3ec47330
commit a8b1e25e89

View File

@ -26,7 +26,7 @@ install:
clean:
${ENV_RUN} ./scripts/run-make build clean
purge:
${ENV_RUN} rm -rf $$(find build -mindepth 1 -maxdepth 1 -type d) dist
${ENV_RUN} rm -rf build
test:
${ENV_RUN} ./scripts/run-make build test