]> de.git.xonotic.org Git - xonotic/xonotic.git/blobdiff - Makefile
Link stable/autobuild compilation doc on README.md and improve
[xonotic/xonotic.git] / Makefile
index 50d829efd50bd2dd0e0a78c4936fc197771c5b8f..794588b914da8dad638ddcaa350422a85544024a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ help:
        @echo   "  make both"
        @echo
 
-GIT := $(shell [ -d .git ] && printf "\e[1;31mTo compile from git, please read https://gitlab.com/xonotic/xonotic/-/wikis/Repository_Access\e[m")
+GIT := $(shell [ -d .git ] && printf "\e[1;31mThis Makefile only supports stable releases and autobuilds, whereas you are using a git repository.  To compile from git, please read https://gitlab.com/xonotic/xonotic/-/wikis/Repository_Access\e[m")
 ifdef GIT
   $(error $(GIT))
 endif