3 lines
77 B
Makefile
3 lines
77 B
Makefile
all:
|
|
g++ -o main main.cpp pugixml/src/pugixml.cpp -I pugixml/src -std=c++20
|