Files
linuxkit/alpine/base/Makefile
Justin Cormack 3a2c28f352 Closer to reproducible builds
Make an alpine base image for C and Go builds.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-06 13:18:11 +01:00

11 lines
137 B
Makefile

DIRS = alpine-base alpine-build-c alpine-build-go
.PHONY: clean dirs $(DIRS)
push: $(DIRS)
$(DIRS):
$(MAKE) -C $@
clean:
rm -f hash