@@ -1,3 +1,17 @@
c += ce.c
c += ce.c \
arena_alloc.c \
strbuf.c \
context.c \
parser.c \
interp.c \
mprintf.c \
self.c
o += ce.o
o += ce.o \
arena_alloc.o \
strbuf.o \
context.o \
parser.o \
interp.o \
mprintf.o \
self.o
The note is not visible to the blocked user.