diff options
author | June McEnroe <june@causal.agency> | 2017-09-15 11:59:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-09-15 11:59:51 -0400 |
commit | 7d6c967a3c64e8bace8316408a550fe3d2c3bee7 (patch) | |
tree | 3a54edb5e25b263890fc5319d5c55cf021bb328a /bin/Makefile | |
parent | Use 4-space indent everywhere (diff) | |
download | src-7d6c967a3c64e8bace8316408a550fe3d2c3bee7.tar.gz src-7d6c967a3c64e8bace8316408a550fe3d2c3bee7.zip |
Move typo words to separate file
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: |