diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-23 19:23:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-23 19:23:02 -0400 |
| commit | 5a6d4e4b8b2739f4b3520aa707421e99f5939e3e (patch) | |
| tree | c01e0815056bc706b2c1e64ce3824f6fce77ebf4 /Makefile | |
| parent | faba716e87b6201784fa71542e76073ca25963e8 (diff) | |
Deprecate JSON output formatmaster
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
