add addpass to Makefile
This commit is contained in:
parent
f2d98e978d
commit
5c1a0187cf
1
Makefile
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user