password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit f861fe5f91dbd8069e05b2ade3dfab996bb37019
parent 92b1693bfc64dd34ab3f381263d6346f3e5f6179
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Wed,  5 Sep 2012 18:02:57 +0200

Be sure to explicitly state that install is a phony target.

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -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."