CXXFLAGS = -fmodules-ts -std=c++20 CC = g++ main: main.o helloworld.o clean: rm main *.o main.o: main.cc helloworld.o: helloworld.cc