From 9b859f84eda64c8c2125f22c72236b8557977ca3 Mon Sep 17 00:00:00 2001 From: Sven R Date: Mon, 23 Dec 2019 09:46:32 +0100 Subject: [PATCH] added all to Makefile Signed-off-by: Sven R --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 43aba9db..72039bb9 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +.PHONY: all +all: + @echo "Nothing to be done. Please use make install or make uinstall" .PHONY: install install: @echo "Installing Bastille"