From 24de13e1f225587af7d9ba8df8252a733c7c4817 Mon Sep 17 00:00:00 2001 From: EliteTK Date: Wed, 8 Oct 2014 20:22:46 +0100 Subject: Updated makefile .PHONY targets. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' -- cgit v1.2.3-54-g00ecf