Преглед изворни кода

Allow building single targets (like single packages etc.)

Matthias Schiffer пре 10 година
родитељ
комит
14b52a6fd4
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -70,6 +70,9 @@ all: gluon-tools
 download prepare images: gluon-tools
 	+@$(GLUONMAKE) $@
 
+tools/% toolchain/% package/% target/%: gluon-tools
+	+@$(GLUONMAKE) $@
+
 manifest: gluon-tools
 	[ -n "$(GLUON_BRANCH)" ] || (echo 'Please set GLUON_BRANCH to create a manifest.'; false)
 	+@$(GLUONMAKE) $@