diff options
Diffstat (limited to '')
-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." |