Skip to content

Commit

Permalink
OSX: remove build directories on cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Apr 14, 2016
1 parent fc58153 commit 582921d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerelease-osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ clean: clean-dist
rm -rf *aria2*

cleaner: clean
rm -rf *.build *.check *.stamp $(ARCHLIBS) $(NONARCHLIBS) arch
rm -rf *.build *.check *.stamp $(ARCHLIBS) $(NONARCHLIBS) arch *.x86_64

really-clean: cleaner
rm -rf *.tar.*
Expand Down

0 comments on commit 582921d

Please sign in to comment.