MODULE = cbor

ifneq ($(shell uname -s),Darwin)
  CFLAGS += -D_XOPEN_SOURCE=600
endif

include $(RIOTBASE)/Makefile.base
