Skip to content

Commit

Permalink
top level makefile: "make distclean"; remove build/*
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 5, 2023
1 parent d3495dc commit 629a25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ purge:
- ( cd ParU && $(MAKE) purge )
- ( cd LAGraph && $(MAKE) purge )
- $(RM) -r include/* bin/* lib/*
- $(RM) -r build/*

clean: purge

Expand Down

0 comments on commit 629a25e

Please sign in to comment.