@ -13,6 +13,7 @@ CFLAGS = $(if $(DEBUGA),-DDEBUG=1,) -Wall $(if $(ASAN),-fsanitize=address,) -fno
.PHONY: install clean
build/%.o: src/%.c
mkdir -p $(@D)
$(CC) -c $(CFLAGS) -o $@ $<
ntc: $(OBJECTS)
The note is not visible to the blocked user.