GAME_NAME = game SRC_DIR = src INC_DIR = include OBJ_DIR = obj BIN_DIR = bin LINK_TYPE ?= static GAME_SRCS = \ src/game.c DEBUG_FLAGS ?=