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)