]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Adjust Makefile to be consistent with qcsrc/Makefile 819/head
authorbones_was_here <bones_was_here@yahoo.com.au>
Tue, 26 May 2020 06:07:09 +0000 (16:07 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Tue, 26 May 2020 06:07:09 +0000 (16:07 +1000)
Makefile

index bdac716b79444e302668067c6f62c5b8b8b86c71..7507a223cd4c8829b510ecfa476dae8d36c62117 100644 (file)
--- 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