Also install "tools/config"

This commit is contained in:
Pierre Pronchery 2014-05-09 03:20:33 +02:00
parent bbb86ae94e
commit 380b2174f8
2 changed files with 4 additions and 0 deletions

View File

@ -34,7 +34,10 @@ distclean: clean
$(RM) -- $(TARGETS)
install: $(TARGETS)
$(MKDIR) $(DESTDIR)$(BINDIR)
$(INSTALL) -m 0755 config $(DESTDIR)$(BINDIR)/config
uninstall:
$(RM) -- $(DESTDIR)$(BINDIR)/config
.PHONY: all clean distclean install uninstall

View File

@ -9,3 +9,4 @@ dist=COPYING,Makefile
[config]
type=binary
sources=config.c
install=$(BINDIR)