aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-09-23 20:53:25 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-09-23 20:53:25 -0700
commit6b98401771d9fe8daf60f2b3930602ef49268986 (patch)
treeb99222ff42e23e4cf63e54c318199837fbedb94e /Makefile
parent0a5f3a6a75a147bd32be1390655c5c9ddf127249 (diff)
Removed print files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db2f57f..7cbe0b9 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 explain.c json.c utf8.c
+CFILES=pattern.c definitions.c utils.c match.c files.c explain.c json.c utf8.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME) bp.1