aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-02-23 16:30:07 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-02-23 18:05:56 -0800
commit78e7a7b59d33d1da36b286e3751606a5cea17206 (patch)
treed92e38b75425a0ffcb7329789788f32f06813450 /Makefile
parent8820fda592b3d382d6d7814fbbb13b51fb33b822 (diff)
Working version of pulling columns into their own file.
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)