BINARY=renga CPP=g++ all: build build: $(CPP) src/main.cpp -o $(BINARY)