Merge pull request #30 from Narrat/optim/whitespaces

Makefile need Tabs
This commit is contained in:
Rasmus Steinke 2016-02-23 17:55:22 +01:00
commit 14b7469d34

View File

@ -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