BINARY=renga CPP=clang FLAGS=-lbe -lgloox -std=c++20 -lstdc++ all: build build: $(CPP) $(shell find ./src | grep cpp | grep -v swp) -o $(BINARY) $(FLAGS) test: build ./renga