add Makefile

This commit is contained in:
ngtuna
2016-06-30 18:05:10 +00:00
parent 892eddd791
commit 5ae9588fac
3 changed files with 80 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
.PHONY: all
KOMPOSE_ENVS := \
-e OS_PLATFORM_ARG \
-e OS_ARCH_ARG \
-e TESTDIRS \
-e TESTFLAGS \
-e TESTVERBOSE
BIND_DIR := bundles
default: binary
all:
./script/make.sh
binary:
./script/make.sh binary
clean:
./script/make.sh clean