@@ -3,7 +3,7 @@ CC=gcc
COPTS=-Wall -g -O0 --std=gnu99 -pedantic `pkg-config fuse --cflags`
LDOPTS=`pkg-config fuse --libs`
%.o: %.c
%.o: %.c config.h
$(CC) $(COPTS) -o $@ -c $<
tcfs: $(OBJS)
The note is not visible to the blocked user.