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 a121074..04c0586 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: $(NAME)
clean:
rm $(NAME)
-$(NAME): $(NAME).c
+$(NAME): $(NAME).c keys.h config.h
$(CC) $(NAME).c $(LIBS) $(CFLAGS) -o $(NAME)
test: $(NAME)