Fix makefile default task

This commit is contained in:
Manuel de Brito Fontes 2017-10-25 23:38:20 -03:00
parent 65a7f0729b
commit 01410028f7

View file

@ -51,11 +51,11 @@ endif
TEMP_DIR := $(shell mktemp -d)
all: all-container
image-info:
echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}'
all: all-container
sub-container-%:
$(MAKE) ARCH=$* container