X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Makefile;h=ff8161fbad379d4ea70c667d115a96b5974d5d90;hb=11eb1d7c769ae018e49b0b62eae147c6a6c6edf5;hp=5a9252eac8b5c9e37c963cd65ef1e1bf14dae0bf;hpb=cdd19cd52073ed037f38ede442a5c9300aabe146;p=xonotic%2Fnetradiant.git diff --git a/Makefile b/Makefile index 5a9252ea..ff8161fb 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# TODO: when deleting this Makefile, don't forget to also delete conftest.cpp +# which is only required by this Makefile + ifeq ($(I_KNOW_MAKEFILE_IS_DEPRECATED),) $(shell printf 'ERROR: Makefile build is deprecated, use CMake instead, see README.md\n\n' >&2) $(error I_KNOW_MAKEFILE_IS_DEPRECATED is not set)