Advent-of-Code/2023/1/Makefile

3 lines
48 B
Makefile

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