mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-05-11 15:20:35 +02:00
7 lines
61 B
Makefile
7 lines
61 B
Makefile
CFLAGS=-Wall -Wextra -O2 -g
|
|
|
|
all: solve
|
|
|
|
clean:
|
|
$(RM) solve
|