mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
5 lines
69 B
Makefile
5 lines
69 B
Makefile
CXXFLAGS=-Wall -Wextra -pedantic -O3 -std=c++14
|
|
|
|
all: solution
|
|
./$<
|