aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb740e8..fb13b81 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ OBJFILES=$(CFILES:.c=.o)
all: $(NAME) bp.1
-%.o: %.c %.h types.h
+%.o: %.c %.h types.h utf8.h
$(CC) -c $(ALL_FLAGS) -o $@ $<
$(NAME): $(OBJFILES) bp.c