aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 96fa97e9699dedaeb8b6c8e42817563f3a416f90 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                   




                                                                                            
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