summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22e4541..8dd8242 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ DESTDIR =
ETCDIR = /etc
BINDIR = /usr/bin
-VERSION = 0.7.3
+VERSION = 0.8.7
all: update-all update-me
@@ -34,6 +34,7 @@ all: update-all update-me
.PHONY: install dist clean
install: all
+ install -D -m0755 password-to-clipboard $(DESTDIR)$(BINDIR)/password-to-clipboard
install -D -m0755 update-all $(DESTDIR)$(BINDIR)/update-all
install -D -m0755 update-me $(DESTDIR)$(BINDIR)/update-me
install -D -m0644 update-all.conf $(DESTDIR)$(ETCDIR)/update-all.conf