diff options
author | David Phillips <david@sighup.nz> | 2017-01-05 22:51:55 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-01-05 22:51:55 +1300 |
commit | 9ac6dd571652cafd3533356ed64cb7f6fafa9dd3 (patch) | |
tree | bd5757256de8e1621172b806cf16deb9bd8e5706 /words-misc/Makefile | |
parent | fb169134bf1a5ef03b9aeb258f130c3b0a6b6f3a (diff) | |
download | odds-and-ends-9ac6dd571652cafd3533356ed64cb7f6fafa9dd3.tar.xz |
Add permutation tool to words-misc Makefile
Diffstat (limited to 'words-misc/Makefile')
-rw-r--r-- | words-misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/words-misc/Makefile b/words-misc/Makefile index a0e6cb9..c567774 100644 --- a/words-misc/Makefile +++ b/words-misc/Makefile @@ -1,3 +1,3 @@ include config.mk -all: match_pool +all: match_pool permutations |