aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3176b03f0b7d1c8fa56f3ca5c93b73dbe9c8549b (plain) (blame)
1
2
3
4
5
6
7
8
9
ifndef PREFIX
  PREFIX=/usr/local
endif

install:
	install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
	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