Advent-of-Code/2020/2/Makefile

3 lines
52 B
Makefile
Raw Normal View History

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