@@ -1,7 +1,7 @@
CC=gcc
CFLAGS=-MD -MP -ggdb -I./mujs
LDFLAGS=-lm
SRCS=debugus.c linenoise.c hash.c
SRCS=debugus.c linenoise.c hash.c pmparser.c
OBJS=$(patsubst %.c,%.o,$(SRCS))
DEPS=$(patsubst %.c,%.d,$(SRCS))
The note is not visible to the blocked user.