diff --git a/Makefile b/Makefile index 4437a188..55103d8d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - @echo "Makefile build system is depricated." + @echo "Makefile build system is deprecated." @echo "" @echo "Please use Meson build system instead." @echo ""