diff options
author | June McEnroe <june@causal.agency> | 2019-02-06 23:39:36 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-06 23:39:36 -0500 |
commit | d330a10a69b7f62bf883e4d01180071f4aae87e1 (patch) | |
tree | a350737f2206a27e0f5f15ff1b74b63bcc9773e2 /bin/Makefile | |
parent | Add hi syntax highlighter (diff) | |
download | src-d330a10a69b7f62bf883e4d01180071f4aae87e1.tar.gz src-d330a10a69b7f62bf883e4d01180071f4aae87e1.zip |
Add pattend to hi
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile index 619b3f50..d041d3a9 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -12,6 +12,7 @@ BINS += aes BINS += atch BINS += dtch BINS += glitch +BINS += hi BINS += hnel BINS += modem BINS += open |