diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.' |