Advent-of-Code/2022/4/Makefile
2022-12-06 08:56:28 -05:00

3 lines
52 B
Makefile

a.out: main.cpp
clang++ -std=c++2b -g -O0 main.cpp