spm

Personal fork of spm (simple password manager)

commit 8be7487befcfd8300efd3f7d654a9d76c6d0a5d7
parent 9af8ddb91cf5ec84b25e08189edf91baf5d154b5
Author: nmeum <git-nmeum@8pit.net>
Date: Sat, 31 May 2014 12:53:56 +0200

Add 'all' rule to Makefile
1 file changed, 2 insertions(+), 1 deletion(-)
M
Makefile
|
3
++-
diff --git a/Makefile b/Makefile
@@ -3,6 +3,7 @@ VERSION   = 1.2
 PREFIX    ?= /usr/local
 MANPREFIX ?= $(PREFIX)/share/man
 
+all: tpm.1
 tpm.1: README.pod
 	pod2man --section=1 --center="tpm Manual" --name="tpm" \
 		--release="tpm $(VERSION)" $< $@

@@ -18,4 +19,4 @@ uninstall:
 clean:
 	$(RM) $(MANPAGES)
 
-.PHONY: install uninstall clean
+.PHONY: all install uninstall clean