rofi-pass/Makefile

13 lines
567 B
Makefile
Raw Normal View History

2015-05-22 22:15:14 +02:00
ifndef PREFIX
PREFIX=/usr/local
endif
install:
install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
2015-07-17 03:00:41 +02:00
install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass
2015-05-22 22:15:14 +02:00
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
2015-06-06 13:25:22 +02:00
install -Dm755 parsers/chromium $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/parsers/chromium
install -Dm755 parsers/firefox $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/parsers/firefox