

OS=$(shell uname)

ifeq ($(OS), Darwin)
FILE=Makefile.mac
else
FILE=Makefile.linux
endif

include $(FILE)