m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-11 07:39:24 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-11 07:39:24 +0200
commit57676089131aebeae1897cc482051b0118081096 (patch)
treea17064240a0c53a996bc0b15cc993d26f454c8dd /Makefile
parent796610eea5a454e7bb9a5641f1d182e605e5b2df (diff)
Fix makefile and use proper manpage hyperlinks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1c662f..8910450 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man
SYSCONFDIR ?= /etc
-.PHONY: install
+.PHONY: install uninstall
all:
@echo "Password store is a shell script, so there is nothing to do. Try \"make install\" instead."