Files
Advent-of-Code/2025/1/Makefile
2025-12-01 10:34:29 -05:00

3 lines
45 B
Makefile

a.out: main.cpp
clang++ -std=c++20 main.cpp