mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
4 lines
63 B
Makefile
4 lines
63 B
Makefile
CXXFLAGS=-Wall -Wextra -pedantic -O3 -std=c++14
|
|
|
|
all: solution
|