Add a `cleanup-dist` Makefile directive.

fix/63-hanging-fd
Isis Lovecruft 2014-09-27 01:19:08 +00:00
parent 3a287d6e11
commit f6453b96a6
No known key found for this signature in database
GPG Key ID: 18C16EC5F9F1D673
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ cleanup-build:
-rm MANIFEST
-rm -rf build
cleanup-dist:
-rm -rf dist
# it's not strictly necessary that gnupg2, gpg-agent, pinentry, or pip be
# installed, so ignore error exit statuses for those commands
test-before: cleanup-src cleanup-tests