From: bones_was_here Date: Sat, 12 Sep 2020 03:46:23 +0000 (+1000) Subject: Support sv and pk3 make target passthrough in parent Makefile X-Git-Tag: xonotic-v0.8.5~729^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=433936cdb4cf763f1088e7af4d47bef864c0ccdb;p=xonotic%2Fxonotic-data.pk3dir.git Support sv and pk3 make target passthrough in parent Makefile --- diff --git a/Makefile b/Makefile index 7507a223c..ab7fa6c1b 100644 --- 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