5 lines
93 B
Makefile
5 lines
93 B
Makefile
all: day1
|
|
|
|
%: %.c
|
|
gcc-tree -o $@ -Wall -Werror -pedantic -D_GNU_SOURCE -std=gnu2y -O3 -g $<
|