diff --git a/Makefile b/Makefile index 2b9b4ab3..b6bb983e 100644 --- a/Makefile +++ b/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) $@