utils/Makefile: remove all bins in the clean target.

--HG--
extra : convert_revision : 622edee89b9e3a72b17eae85431be0cead4253ff
This commit is contained in:
Juan RP 2008-12-21 00:53:21 +01:00
parent 56f1c09da8
commit d3b02d6c95

View File

@ -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)