summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-15 11:59:51 -0400
committerJune McEnroe <june@causal.agency>2017-09-15 11:59:51 -0400
commit7d6c967a3c64e8bace8316408a550fe3d2c3bee7 (patch)
tree3a54edb5e25b263890fc5319d5c55cf021bb328a /bin/Makefile
parentUse 4-space indent everywhere (diff)
downloadsrc-7d6c967a3c64e8bace8316408a550fe3d2c3bee7.tar.gz
src-7d6c967a3c64e8bace8316408a550fe3d2c3bee7.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: