diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ PREFIX ?= /usr DESTDIR ?= +.PHONY: install + all: @echo "Password store is a shell script, so there is nothing to do. Try \"make install\" instead." |
index : others/pass | ||
The standard unix password manager + extensions | René 'Necoro' Neumann |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,6 +1,8 @@ PREFIX ?= /usr DESTDIR ?= +.PHONY: install + all: @echo "Password store is a shell script, so there is nothing to do. Try \"make install\" instead." |