diff --git a/Makefile b/Makefile index 43aba9d..72039bb 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"