From 8e1e6572feabd291cbd5048459c0a58c6460ff91 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 23 Sep 2021 15:15:48 -0700 Subject: Moved type defs into their own files instead of types.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 642246b..db2f57f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ OBJFILES=$(CFILES:.c=.o) all: $(NAME) bp.1 -%.o: %.c %.h types.h utf8.h +%.o: %.c %.h utf8.h $(CC) -c $(ALL_FLAGS) -o $@ $< $(NAME): $(OBJFILES) bp.c -- cgit v1.2.3