CC=g++ BUILD=build/ FLAGS=-Wall -Werror -g all: build-dir $(CC) main.cpp $(FLAGS) -o $(BUILD)/main build-dir: mkdir -p $(BUILD)