From 90c2989bd229b137129a484387788c9b21f25df0 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 9 Oct 2014 14:31:58 -0500 Subject: [PATCH] Also remove the include directory --- Makefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1