aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 86bbfd3..92437e6 100644
--- a/makefile
+++ b/makefile
@@ -4,7 +4,7 @@ PREFIX = /usr
BINDIR = /bin
INSPATH = $(DESTDIR)$(PREFIX)$(BINDIR)
-.PHONY : all install/% uninstall/%
+.PHONY : all install uninstall
all:
@echo 'Error, target not specified.'