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