Merge pull request #30 from Narrat/optim/whitespaces
Makefile need Tabs
This commit is contained in:
commit
14b7469d34
10
Makefile
10
Makefile
@ -3,8 +3,8 @@ ifndef PREFIX
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
|
install -Dm755 rofi-pass $(DESTDIR)$(PREFIX)/bin/rofi-pass
|
||||||
install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass
|
install -Dm755 addpass $(DESTDIR)$(PREFIX)/bin/addpass
|
||||||
install -Dm644 config.example $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/config.example
|
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 README.md $(DESTDIR)$(PREFIX)/share/doc/rofi-pass/README.md
|
||||||
install -Dm644 config.example $(DESTDIR)/etc/rofi-pass.conf
|
install -Dm644 config.example $(DESTDIR)/etc/rofi-pass.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user