BIN = main
CXXFLAGS = -Wall -O2
CPPFLAGS = -I../../include -DNDEBUG
.PHONY: build clean
build: $(BIN)
clean:
rm -f $(BIN) $(BIN).exe $(BIN).o