From: bones_was_here Date: Tue, 26 May 2020 06:07:09 +0000 (+1000) Subject: Adjust Makefile to be consistent with qcsrc/Makefile X-Git-Tag: xonotic-v0.8.5~1026^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=f5e54087dc0ae7e4ad03065a0e923626366bf64d Adjust Makefile to be consistent with qcsrc/Makefile --- diff --git a/Makefile b/Makefile index bdac716b79..7507a223cd 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ DIFF ?= diff # xonotic build system overrides this by command line argument to turn off the check-cvars step XON_BUILDSYSTEM = -all: qc +.PHONY: all +all: check-cvars + $(MAKE) -C qcsrc all .PHONY: check-cvars check-cvars: @@ -16,7 +18,7 @@ check-cvars: .PHONY: qc qc: check-cvars - $(MAKE) -C qcsrc + $(MAKE) -C qcsrc qc .PHONY: skin skin: gfx/menu/default/skinvalues.txt