diff options
author | Narrat <autumn-wind@web.de> | 2016-02-23 03:12:25 +0100 |
---|---|---|
committer | Narrat <autumn-wind@web.de> | 2016-02-23 03:12:25 +0100 |
commit | c2371ce1a2038843e468a92c70d30f51519d7aca (patch) | |
tree | e170fc1e5537a31f9f8d4c0011bfc8eebca29008 /Makefile | |
parent | 3592938ba724c94c030a2c23085d3ba5b76087b0 (diff) | |
download | rofi-pass-c2371ce1a2038843e468a92c70d30f51519d7aca.tar.gz |
Makefile need Tabs
Partially reverts my previous commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,8 +3,8 @@ ifndef PREFIX 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 + 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 |