diff options
author | June McEnroe <june@causal.agency> | 2021-01-13 22:47:54 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-13 22:47:54 -0500 |
commit | 7d87749a623ef4f1274903f91ebaf90dcd1cc9b5 (patch) | |
tree | 1ae64581ca444f50a751e4c837608e93d072f386 /bin/Makefile | |
parent | Add gg mapping to vi (diff) | |
download | src-7d87749a623ef4f1274903f91ebaf90dcd1cc9b5.tar.gz src-7d87749a623ef4f1274903f91ebaf90dcd1cc9b5.zip |
Remove hi
Replaced with hilex, which is far less of a hack. hilex still lacks a shell lexer, but hi's was never very good anyway.
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/Makefile b/bin/Makefile index e7fe8f8b..69eadc0a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -25,7 +25,6 @@ BINS += bit BINS += c BINS += dtch BINS += glitch -BINS += hi BINS += hilex BINS += hnel BINS += htagml @@ -80,10 +79,6 @@ meta: .gitignore tags cp -f $< $@ chmod a+x $@ -hi: hi.c - ${CC} ${CFLAGS} ${LDFLAGS} hi.c ${LDLIBS.$@} -o $@ - ./hi -c - OBJS.hilex += c11.o OBJS.hilex += hilex.o OBJS.hilex += make.o |