aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 03:00:41 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 03:00:41 +0200
commit5c1a0187cf1afde333bc21d8c6c3534907d15f46 (patch)
treebac5f93570c91ec4c456d86254560c152b54b455 /Makefile
parentf2d98e978d276702584a0b193b1a0f2efaa293d2 (diff)
downloadrofi-pass-5c1a0187cf1afde333bc21d8c6c3534907d15f46.tar.gz
add addpass to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 517f0dc..81122fc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ endif
install:
install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
+ install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass
install -Dm644 config.example $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/config.example
install -Dm644 README.md $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/README.md
install -Dm644 config.example $(DESTDIR)/etc/rofi-pass.conf