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 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)