docker test update + makefile update

This commit is contained in:
Joseph Henry
2016-07-07 03:00:11 -05:00
parent eb397a68c4
commit 196b487d95
14 changed files with 285 additions and 84 deletions

View File

@@ -1,5 +1,9 @@
# Common makefile -- loads make rules for each platform
BUILD=build
INT=integrations
ZT1=zerotierone
OSTYPE=$(shell uname -s)
ifeq ($(OSTYPE),Darwin)