diff --git a/python/Makefile b/python/Makefile index b8b3a6c..c92499c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -46,7 +46,8 @@ test: setup .PHONY: clean clean: -rm tstools/*.so + -rm -rf build/ .PHONY: distclean distclean: clean - -rm tstools/*.c + -rm tstools/*.c tstools/*.dep