mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-27 08:50:35 +01:00
6 lines
71 B
Makefile
6 lines
71 B
Makefile
CFLAGS=-Wall -Wextra -pedantic -O2 -g
|
|
LD_LIBS=-lm
|
|
|
|
all: solution
|
|
./$<
|