From 733829924829c3765b549e1753bfb8f0d50a713f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 15 Sep 2017 11:59:51 -0400 Subject: Move typo words to separate file --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') 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: -- cgit 1.4.1