Advent of Code 2018
 
 
 

8 lines
104 B

CFLAGS := -Wall -Wextra -std=c17 -D_GNU_SOURCE
.PHONY: all
all: main
.PHONY: clean
clean:
rm -f main