CC_FLAGS := -O2 -Wall -std=c99 PLATFORM := linux # supports windows, macos default: $(CC) $(CC_FLAGS) -DPLATFORM=$(PLATFORM) -o roll roll.c