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

3 lines
48 B
Makefile

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