Add a `cleanup-dist` Makefile directive.
parent
3a287d6e11
commit
f6453b96a6
3
Makefile
3
Makefile
|
@ -37,6 +37,9 @@ cleanup-build:
|
||||||
-rm MANIFEST
|
-rm MANIFEST
|
||||||
-rm -rf build
|
-rm -rf build
|
||||||
|
|
||||||
|
cleanup-dist:
|
||||||
|
-rm -rf dist
|
||||||
|
|
||||||
# it's not strictly necessary that gnupg2, gpg-agent, pinentry, or pip be
|
# it's not strictly necessary that gnupg2, gpg-agent, pinentry, or pip be
|
||||||
# installed, so ignore error exit statuses for those commands
|
# installed, so ignore error exit statuses for those commands
|
||||||
test-before: cleanup-src cleanup-tests
|
test-before: cleanup-src cleanup-tests
|
||||||
|
|
Loading…
Reference in New Issue