diff options
author | June McEnroe <june@causal.agency> | 2018-03-31 13:04:01 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-03-31 13:04:01 -0400 |
commit | 925c14e447538d8f0a919c54690d4da44e8232ce (patch) | |
tree | 4b9f8bbbfc00927b3ef3807d900c1ede5f6e61fd /bin/Makefile | |
parent | Simplify gfxx palette generation (diff) | |
download | src-925c14e447538d8f0a919c54690d4da44e8232ce.tar.gz src-925c14e447538d8f0a919c54690d4da44e8232ce.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) |