Advent-of-Code/2024/2/Makefile

3 lines
60 B
Makefile

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