Files
Advent-of-Code/2024/2/Makefile
2024-12-02 14:07:39 -05:00

3 lines
60 B
Makefile

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