aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-08-01 21:30:41 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-08-01 21:30:41 -0700
commit41bd2ce6fa1da19c645fc6f7b4ce171235dac1f2 (patch)
treead1c523be2e86ca0b7e3e56b5a8fa4b099346ed4 /Makefile
parent18c2f865346563129b26b933877dd2ffc29731d1 (diff)
Renamed matchviz -> explain
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b3bc8f..f5eb960 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 definitions.c utils.c match.c files.c print.c matchviz.c json.c utf8.c
+CFILES=pattern.c definitions.c utils.c match.c files.c print.c explain.c json.c utf8.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME) bp.1