diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 20:53:25 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-23 20:53:25 -0700 |
| commit | 6b98401771d9fe8daf60f2b3930602ef49268986 (patch) | |
| tree | b99222ff42e23e4cf63e54c318199837fbedb94e /Makefile | |
| parent | 0a5f3a6a75a147bd32be1390655c5c9ddf127249 (diff) | |
Removed print files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
