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.
This commit is contained in:
Tom Fogal 2011-01-25 14:28:49 -07:00
parent e564a97c81
commit 266f2b4ceb

View File

@ -175,6 +175,7 @@ clean:
$(RM) glew.pc
# Compiler droppings
$(RM) so_locations
$(RM) -r lib/ bin/
distclean: clean
find . -name \*~ | xargs $(RM)