Skip to content

Commit

Permalink
Makefile: use GLUON_TAGET internally
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenRoederer committed Sep 20, 2019
1 parent 1efbe29 commit 55286c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,3 +1,4 @@
GLUON_TARGET ?= $(TARGET)
.DEFAULT_GOAL := buildbot

all:
Expand Down Expand Up @@ -184,7 +185,7 @@ manifest: $(LUA) FORCE

buildbot:
$(MAKE) update
$(MAKE) GLUON_TARGET=$(TARGET) V=s all
$(MAKE) GLUON_TARGET=$(GLUON_TARGET) V=s all

FORCE: ;

Expand Down

0 comments on commit 55286c7

Please sign in to comment.