diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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: |