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