aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2022-04-09 14:15:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2022-04-09 14:15:07 -0400
commit326a0b960c6eeac4278c15a57e421326464372a6 (patch)
tree70c37f0de7f349f4bbd7f33fcc635908501720b7 /Makefile
parentc51a91c4706022f9dc3972c41ef5cf25ea034b0f (diff)
Moving print logic out of match.c and renaming explain -> printmatch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f54e8af..abbdb19 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ G=
O=-O3
ALL_FLAGS=$(CFLAGS) $(OSFLAGS) -DBP_NAME="\"$(NAME)\"" $(EXTRA) $(CWARN) $(G) $(O)
-CFILES=pattern.c utils.c match.c files.c explain.c json.c utf8.c
+CFILES=pattern.c utils.c match.c files.c printmatch.c json.c utf8.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME) bp.1