]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Slightly improve the Makefile.
authorRudolf Polzer <divverent@xonotic.org>
Thu, 10 Apr 2014 10:28:46 +0000 (12:28 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 10 Apr 2014 10:28:46 +0000 (12:28 +0200)
qcsrc/Makefile

index 833787328efe69d58f57cf868a9e798e184dca32..e271ad99050377127a47fc83baa710df3da6a627 100644 (file)
@@ -22,13 +22,10 @@ QCCFLAGS ?= \
 XON_BUILDSYSTEM =
 
 all: qc
+.PHONY: all
 
 .PHONY: qc
-qc:
-       $(MAKE) qc-recursive
-
-.PHONY: qc-recursive
-qc-recursive: ../menu.dat ../progs.dat ../csprogs.dat
+qc: ../menu.dat ../progs.dat ../csprogs.dat
 
 .PHONY: clean
 clean: