diff options
author | June McEnroe <programble@gmail.com> | 2017-09-15 11:59:51 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-09-15 11:59:51 -0400 |
commit | 733829924829c3765b549e1753bfb8f0d50a713f (patch) | |
tree | 4092890e09f85569ed9519078d5122fc7a33cea4 /bin/Makefile | |
parent | Use 4-space indent everywhere (diff) | |
download | src-733829924829c3765b549e1753bfb8f0d50a713f.tar.gz src-733829924829c3765b549e1753bfb8f0d50a713f.zip |
Move typo words to separate file
Diffstat (limited to 'bin/Makefile')
-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: |