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 31a2525..b037aee 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ all: $(NAME)
clean:
rm -f $(NAME)
-$(NAME): $(NAME).c bterm.h config.h
+$(NAME): $(NAME).c bterm.h bb.h
$(CC) $(NAME).c $(CFLAGS) $(CWARN) $(G) $(O) -o $(NAME)
install: $(NAME)