summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-03-31 13:04:01 -0400
committerJune McEnroe <programble@gmail.com>2018-03-31 13:04:01 -0400
commit7be066975a8e45bfe13b0f8e8abf0c3ab3ace081 (patch)
tree8088651dc3eeac402d01b609afd4452517fe7f6d /bin/Makefile
parentSimplify gfxx palette generation (diff)
downloadsrc-7be066975a8e45bfe13b0f8e8abf0c3ab3ace081.tar.gz
src-7be066975a8e45bfe13b0f8e8abf0c3ab3ace081.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)