From: Christopher Allan Webber Date: Thu, 9 Oct 2014 19:31:58 +0000 (-0500) Subject: Also remove the include directory X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=90c2989bd229b137129a484387788c9b21f25df0;p=mediagoblin.git Also remove the include directory --- diff --git a/Makefile.in b/Makefile.in index dfe9e76f..05a001bf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,6 +121,7 @@ virtualenv: bin/python clean-virtualenv: rm -rf ./bin/ rm -rf ./lib/ + rm -rf ./include/ endif # setup.py doesn't (yet) support an uninstall command, so until it does, you