From f861fe5f91dbd8069e05b2ade3dfab996bb37019 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 5 Sep 2012 18:02:57 +0200 Subject: Be sure to explicitly state that install is a phony target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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." -- cgit v1.2.3-59-g8ed1b