Remove generated MANIFEST file in `cleanup-build` Makefile directive.
parent
17cf24c30d
commit
3a287d6e11
4
Makefile
4
Makefile
|
@ -34,8 +34,8 @@ cleanup-tests-all: cleanup-tests
|
||||||
rm -rf tests/tmp
|
rm -rf tests/tmp
|
||||||
|
|
||||||
cleanup-build:
|
cleanup-build:
|
||||||
mkdir buildnot
|
-rm MANIFEST
|
||||||
rm -rf build*
|
-rm -rf build
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in New Issue