Make sure base is properly built

Signed-off-by: Steeve Morin <steeve.morin@gmail.com>
This commit is contained in:
Steeve Morin 2014-11-13 03:33:32 +01:00
parent 825cd8610c
commit b1137b5d3c
No known key found for this signature in database
GPG Key ID: 6323FE5975269E7A

View File

@ -1,5 +1,4 @@
PLATFORMS = base \
android-arm \
PLATFORMS = android-arm \
darwin-x64 \
linux-x86 \
linux-x64 \
@ -10,6 +9,7 @@ DOCKER = docker
IMAGE = steeve/cross-compiler
all:
$(DOCKER) build -t $(IMAGE):base .
for i in $(PLATFORMS); do \
$(DOCKER) build -t $(IMAGE):$$i $$i ; \
done