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