From 266f2b4cebb88cb1fc46939b32860b5947de6073 Mon Sep 17 00:00:00 2001 From: Tom Fogal Date: Tue, 25 Jan 2011 14:28:49 -0700 Subject: [PATCH] Remove lib and bin directories when cleaning. To ensure developers will end up with the same configuration as a freshly-cloned repository -- and thereby making sure we catch bugs like edc3c1 earlier. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0420867..c0a03df 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,7 @@ clean: $(RM) glew.pc # Compiler droppings $(RM) so_locations + $(RM) -r lib/ bin/ distclean: clean find . -name \*~ | xargs $(RM)