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 | 54482ba7b57caf4cd2d1b54b32becd553ba5114b (patch) | |
| tree | 3293d3eda51967f9ea5436a242a80e85e3fc6e41 /bin/Makefile | |
| parent | Add hi syntax highlighter (diff) | |
| download | src-54482ba7b57caf4cd2d1b54b32becd553ba5114b.tar.gz src-54482ba7b57caf4cd2d1b54b32becd553ba5114b.zip | |
Add pattend to hi
Diffstat (limited to '')
| -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 |