aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2015-01-15 13:16:46 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-15 14:47:53 +0100
commitdfc510a1841a603ad61572a1fc87f00d98212cdd (patch)
treef730853e58f465ac546af78c2d11d5546af771e6
parentf6bcdb04cba7697bfeae89098f0c9730d7553f6a (diff)
downloadvis-dfc510a1841a603ad61572a1fc87f00d98212cdd.tar.gz
vis-dfc510a1841a603ad61572a1fc87f00d98212cdd.tar.xz
remove vis from .PHONY
vis is a real file, so remove it from .PHONY in Makefile. This fixes make to not rebuild on every invocation. Signed-off-by: Christian Hesse <mail@eworm.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b9c4b4..a860bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ uninstall:
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
@rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1
-.PHONY: all vis clean dist install uninstall debug
+.PHONY: all clean dist install uninstall debug