summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-03-31 13:04:01 -0400
committerJune McEnroe <june@causal.agency>2018-03-31 13:04:01 -0400
commit925c14e447538d8f0a919c54690d4da44e8232ce (patch)
tree4b9f8bbbfc00927b3ef3807d900c1ede5f6e61fd /bin/Makefile
parentSimplify gfxx palette generation (diff)
downloadsrc-925c14e447538d8f0a919c54690d4da44e8232ce.tar.gz
src-925c14e447538d8f0a919c54690d4da44e8232ce.zip
Add color scheme PNG generator
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 3cec67ee..c04789d4 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,4 +1,4 @@
-ANY_BINS = atch dtch gfxx glitch hnel pbcopy pbd pbpaste pngo wake xx
+ANY_BINS = atch dtch gfxx glitch hnel pbcopy pbd pbpaste pngo scheme wake xx
 BSD_BINS = klon watch
 LIN_BINS = bri fbatt fbclock
 ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)