aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-23 19:23:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-23 19:23:02 -0400
commit5a6d4e4b8b2739f4b3520aa707421e99f5939e3e (patch)
treec01e0815056bc706b2c1e64ce3824f6fce77ebf4 /Makefile
parentfaba716e87b6201784fa71542e76073ca25963e8 (diff)
Deprecate JSON output formatmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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