From 608fa16c761a042cf3b548f3e5cc7315d3505ffb Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 27 Aug 2016 21:18:10 +0200 Subject: [PATCH] string changes --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a8612e..91b1ca6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - @echo "nothing to do" + @echo "nothing to do, use 'make install'" install: mkdir -p $(DESTDIR)/usr/bin/ @@ -28,3 +28,4 @@ uninstall: fi clean: + @echo "nothing to"