CXXFLAGS = -O3 -static -std=c++20

r0c: r0clib.cpp r0c.cpp
	g++ $(CXXFLAGS) -o $@ $^
