summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-02 16:02:57 -0500
committerJune McEnroe <programble@gmail.com>2018-03-02 16:02:57 -0500
commit89330f66e489a258cbb3c9fdc6820feb4003a56a (patch)
treecbed3baa3d145a686479235ab55be62a404cd08c /bin/Makefile
parentSkip chunks by reading in pngo (diff)
downloadsrc-89330f66e489a258cbb3c9fdc6820feb4003a56a.tar.gz
src-89330f66e489a258cbb3c9fdc6820feb4003a56a.zip
Copy glitch from pngo
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index bb834767..af587376 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,4 +1,4 @@
-ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngo wake xx
+ANY_BINS = atch dtch gfxx glitch hnel pbcopy pbd pbpaste pngo wake xx
 BSD_BINS = klon watch
 LIN_BINS = bri fbatt fbclock
 ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)
ow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe