diff options
author | June McEnroe <june@causal.agency> | 2021-04-26 17:47:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-26 17:49:03 -0400 |
commit | 3a47db2d72be3f348496bcd819188afc4907a38a (patch) | |
tree | 50aa07a1b77b389d4091906ac7b866761e08199e /bin/Makefile | |
parent | Draw foundations in reverse order (diff) | |
download | src-3a47db2d72be3f348496bcd819188afc4907a38a.tar.gz src-3a47db2d72be3f348496bcd819188afc4907a38a.zip |
Remove hnel
I haven't had a use for it in years.
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/Makefile b/bin/Makefile index cd7f7c68..14ad94eb 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -14,7 +14,6 @@ BINS += c BINS += dtch BINS += glitch BINS += hilex -BINS += hnel BINS += htagml BINS += modem BINS += mtags @@ -54,7 +53,6 @@ LDLIBS.dtch = -lutil LDLIBS.fbclock = -lz LDLIBS.freecell = -lcurses LDLIBS.glitch = -lz -LDLIBS.hnel = -lutil LDLIBS.modem = -lutil LDLIBS.pngo = -lz LDLIBS.ptee = -lutil |