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"