mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02:00
4 lines
63 B
Makefile
4 lines
63 B
Makefile
CXXFLAGS=-Wall -Wextra -pedantic -O3 -std=c++14
|
|
|
|
all: solution
|