]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Support sv and pk3 make target passthrough in parent Makefile
authorbones_was_here <bones_was_here@xa.org.au>
Sat, 12 Sep 2020 03:46:23 +0000 (13:46 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sat, 12 Sep 2020 03:46:23 +0000 (13:46 +1000)
Makefile

index 7507a223cd4c8829b510ecfa476dae8d36c62117..ab7fa6c1b79fb076e17a833941af341c0d009d08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,3 +29,11 @@ clean:
 
 gfx/menu/default/skinvalues.txt: qcsrc/menu/skin-customizables.inc
        $(PERL) qcsrc/menu/skin-customizables.inc > gfx/menu/default/skinvalues.txt
+
+.PHONY: sv
+sv:
+       $(MAKE) -C qcsrc sv
+
+.PHONY: pk3
+pk3:
+       $(MAKE) -C qcsrc pk3