rofi-pass/Makefile
Narrat 7911e140b3 Whitespace issues
This commit addresses some mangling of spaces and tabs and trailing whitespaces
2016-02-23 00:26:29 +01:00

11 lines
404 B
Makefile

ifndef PREFIX
PREFIX=/usr/local
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