From 78e7a7b59d33d1da36b286e3751606a5cea17206 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 23 Feb 2020 16:30:07 -0800 Subject: Working version of pulling columns into their own file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e215440..34654df 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ all: $(NAME) clean: rm -f $(NAME) -$(NAME): $(NAME).c bterm.h bb.h +$(NAME): $(NAME).c bterm.h bb.h columns.h $(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME) install: $(NAME) -- cgit v1.2.3