diff options
author | June McEnroe <programble@gmail.com> | 2018-03-31 13:04:01 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-03-31 13:04:01 -0400 |
commit | 7be066975a8e45bfe13b0f8e8abf0c3ab3ace081 (patch) | |
tree | 8088651dc3eeac402d01b609afd4452517fe7f6d /bin/Makefile | |
parent | Simplify gfxx palette generation (diff) | |
download | src-7be066975a8e45bfe13b0f8e8abf0c3ab3ace081.tar.gz src-7be066975a8e45bfe13b0f8e8abf0c3ab3ace081.zip |
Add color scheme PNG generator
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 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) |