aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:32:37 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:32:37 -0800
commit44573fc224796f712254d7ff7fdc0a87aeb6a84c (patch)
treec19bd97e082f54d5a73846fb5b8b6fcb295c74dc /Makefile
parent270509af3bb0546abd3265d6b19cb12f975d14a7 (diff)
Rename compiler -> pattern
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16d3c94..8be4594 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ G=
O=-O3
ALL_FLAGS=$(CFLAGS) -DBP_NAME="\"$(NAME)\"" $(EXTRA) $(CWARN) $(G) $(O)
-CFILES=compiler.c grammar.c utils.c match.c files.c print.c json.c
+CFILES=pattern.c grammar.c utils.c match.c files.c print.c json.c
OBJFILES=$(CFILES:.c=.o)
all: $(NAME)