kompose/Makefile
2016-08-10 17:37:06 -07:00

23 lines
275 B
Makefile

.PHONY: all
KOMPOSE_ENVS := \
-e OS_PLATFORM_ARG \
-e OS_ARCH_ARG \
-e TESTDIRS \
-e TESTFLAGS \
-e TESTVERBOSE
BIND_DIR := bundles
default: binary
all:
CGO_ENABLED=0 ./script/make.sh
binary:
CGO_ENABLED=0 ./script/make.sh binary
clean:
./script/make.sh clean