utils/Makefile: remove all bins in the clean target.
--HG-- extra : convert_revision : 622edee89b9e3a72b17eae85431be0cead4253ff
This commit is contained in:
parent
56f1c09da8
commit
d3b02d6c95
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ clean_objs:
|
|||
-rm -f *.o
|
||||
|
||||
clean: clean_objs
|
||||
-rm -f xbps-digest xbps-pkgdb xbps-cmpver
|
||||
-rm -f $(BINS)
|
||||
|
||||
install: all
|
||||
install -D $(BINS) $(BINDIR)
|
||||
|
|
Loading…
Reference in a new issue