diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-05 18:02:57 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-05 18:02:57 +0200 |
commit | f861fe5f91dbd8069e05b2ade3dfab996bb37019 (patch) | |
tree | d8d9545c2ab66f90ae9a627a5ce7551a7d141525 | |
parent | 92b1693bfc64dd34ab3f381263d6346f3e5f6179 (diff) | |
download | pass-f861fe5f91dbd8069e05b2ade3dfab996bb37019.tar.gz pass-f861fe5f91dbd8069e05b2ade3dfab996bb37019.tar.bz2 pass-f861fe5f91dbd8069e05b2ade3dfab996bb37019.zip |
Be sure to explicitly state that install is a phony target.
-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." |