summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-15 11:59:51 -0400
committerJune McEnroe <programble@gmail.com>2017-09-15 11:59:51 -0400
commit733829924829c3765b549e1753bfb8f0d50a713f (patch)
tree4092890e09f85569ed9519078d5122fc7a33cea4 /bin/Makefile
parentUse 4-space indent everywhere (diff)
downloadsrc-733829924829c3765b549e1753bfb8f0d50a713f.tar.gz
src-733829924829c3765b549e1753bfb8f0d50a713f.zip
Move typo words to separate file
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: