3 lines
48 B
Makefile
3 lines
48 B
Makefile
a.out: main.cpp
|
|
clang++ -g -std=c++20 main.cpp
|
a.out: main.cpp
|
|
clang++ -g -std=c++20 main.cpp
|