BINARY=renga CPP=clang FLAGS=-lbe -std=c++20 -lstdc++ all: build build: $(CPP) App.cpp -o $(BINARY) $(FLAGS) test: build ./renga