Files
aoc2025/Makefile
2025-12-01 21:16:23 -06:00

5 lines
93 B
Makefile

all: day1
%: %.c
gcc-tree -o $@ -Wall -Werror -pedantic -D_GNU_SOURCE -std=gnu2y -O3 -g $<