diff --git a/Makefile b/Makefile index 47de1ccf11..17ffbb47a9 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,7 @@ purge: - ( cd ParU && $(MAKE) purge ) - ( cd LAGraph && $(MAKE) purge ) - $(RM) -r include/* bin/* lib/* + - $(RM) -r build/* clean: purge