summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index e0933eae..3b59a4b7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -24,7 +24,7 @@ pbcopy: pbd
 pbpaste: pbd
 	ln -f pbd pbpaste
 
-typo: typo.c
+typo: typo.c words.txt
 	$(CC) $(CWARNS) $(CFLAGS) -lcurses -o typo typo.c
 
 clean: