diff --git a/Makefile b/Makefile index d40401ce..94cd6edf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all all: - @echo "Nothing to be done. Please use make install or make uinstall" + @echo "Nothing to be done. Please use make install or make uninstall" .PHONY: install install: @echo "Installing Bastille"