@@ -1,5 +1,5 @@
SRCS := js-state.c js-string.c js-load.c js-lex.c js-parse.c js-ast.c
HDRS := js.h js-parse.h
SRCS := $(wildcard js*.c)
HDRS := $(wildcard js*.h)
OBJS := $(SRCS:%.c=build/%.o)
CFLAGS = -Wall -g
The note is not visible to the blocked user.