diff options
author | June McEnroe <programble@gmail.com> | 2018-03-02 16:02:57 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-02 16:02:57 -0500 |
commit | 89330f66e489a258cbb3c9fdc6820feb4003a56a (patch) | |
tree | cbed3baa3d145a686479235ab55be62a404cd08c /bin/Makefile | |
parent | Skip chunks by reading in pngo (diff) | |
download | src-89330f66e489a258cbb3c9fdc6820feb4003a56a.tar.gz src-89330f66e489a258cbb3c9fdc6820feb4003a56a.zip |
Copy glitch from pngo
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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) |