summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-05 18:02:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-05 18:02:57 +0200
commitf861fe5f91dbd8069e05b2ade3dfab996bb37019 (patch)
treed8d9545c2ab66f90ae9a627a5ce7551a7d141525 /Makefile
parentBump debian version horribly. (diff)
downloadpassword-store-f861fe5f91dbd8069e05b2ade3dfab996bb37019.tar.xz
password-store-f861fe5f91dbd8069e05b2ade3dfab996bb37019.zip
Be sure to explicitly state that install is a phony target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 050b6f6..4d4bfa0 100644
--- 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."