various bug fixes

This commit is contained in:
Joseph Henry
2017-04-21 14:56:42 -07:00
parent 76abb3e0a2
commit 6a25abb757
16 changed files with 259 additions and 1312 deletions

View File

@@ -1,11 +1,10 @@
# Common makefile -- loads make rules for each platform
BUILD=build
INT=integrations
ZTO=zto
OSTYPE=$(shell uname -s)
BUILD=build/$(OSTYPE)
ZTO=zto
ifeq ($(OSTYPE),Darwin)
include make-mac.mk
endif