Advent-of-Code/2024/5/Makefile
2024-12-05 09:51:02 -05:00

3 lines
52 B
Makefile

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