Skip to content

Commit

Permalink
makefile: "make clean" must also remove build/*
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jun 14, 2024
1 parent 9c1f5c1 commit 9490c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ purge:
- ( cd AMD && $(MAKE) purge )
- ( cd COLAMD && $(MAKE) purge )
- ( cd SPEX && $(MAKE) purge )
- $(RM) -r include/* bin/* lib/*
- $(RM) -r include/* bin/* lib/* build/*

clean: purge

Expand Down

0 comments on commit 9490c5f

Please sign in to comment.