@ -0,0 +1,9 @@
CFLAGS= -std=c99 -Wall -pedantic -Iinclude
OUT= -o advent
SRC= src/*.c src/2015/*.c src/2016/*.c src/2017/*.c src/2018/*.c src/2019/*.c src/2020/*.c
all:
cc ${CFLAGS} ${OUT} ${SRC}
clean:
rm advent
The note is not visible to the blocked user.