Selaa lähdekoodia

Allow building single targets (like single packages etc.)

Matthias Schiffer 10 vuotta sitten
vanhempi
commit
14b52a6fd4
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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) $@