Advent-of-Code/2024/6/Makefile
2024-12-06 10:07:14 -05:00

3 lines
52 B
Makefile

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