@@ -1,4 +1,11 @@
CFLAGS=--std=c18 -O2 -Wall -Wextra -pedantic
LDLIBS=-lncurses -lcurl
ncac: ui/base.o asana/fetch.o ncac.o
.phony: clean
objects := $(patsubst %.c,%.o,$(wildcard **/*.c))
ncac: $(objects)
clean:
rm -f **/*.o ncac
The note is not visible to the blocked user.