From 5a6d4e4b8b2739f4b3520aa707421e99f5939e3e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 23 Jun 2024 19:23:02 -0400 Subject: Deprecate JSON output format --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9fb2967..79cc862 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ O=-O3 ALL_FLAGS=$(CFLAGS) $(OSFLAGS) -DBP_NAME="\"$(NAME)\"" $(EXTRA) $(CWARN) $(G) $(O) LIBFILE=lib$(NAME).so -CFILES=pattern.c utils.c match.c files.c printmatch.c json.c utf8.c -HFILES=files.h json.h match.h pattern.h printmatch.h utf8.h utils.h +CFILES=pattern.c utils.c match.c files.c printmatch.c utf8.c +HFILES=files.h match.h pattern.h printmatch.h utf8.h utils.h OBJFILES=$(CFILES:.c=.o) $(NAME): $(OBJFILES) bp.c -- cgit v1.2.3