summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-15 21:43:04 -0500
committerJune McEnroe <june@causal.agency>2018-02-15 21:43:04 -0500
commit7803af2414b35a5f0b3edbcc9e000bf1a813da40 (patch)
tree982c513ef4eb200cd15161b798beabf02ed65941 /bin/Makefile
parentEncode grayscale PNGs in gfxx (diff)
downloadsrc-7803af2414b35a5f0b3edbcc9e000bf1a813da40.tar.gz
src-7803af2414b35a5f0b3edbcc9e000bf1a813da40.zip
Add WIP pngo which produces glitch art
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 9835cb57..3e9fd463 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,4 +1,4 @@
-ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste wake xx
+ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngo wake xx
 BSD_BINS = jrp klon watch
 LIN_BINS = bri fbatt fbclock
 ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)