default:: release-strict

include build/private/bgo_exports.makefile
include ${BGO_MAKEFILE}

UNAME:=$(shell uname -a)
ifneq (, $(findstring Ubuntu, $(UNAME)))
	export CC=$(if $(shell uname -v | grep Ubuntu),/usr/bin/cc,$(CC))
endif