diff options
author | June McEnroe <programble@gmail.com> | 2018-02-15 21:43:04 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-15 21:43:04 -0500 |
commit | 23088d39bd10d758c919ab7aaf57e93c0139df8b (patch) | |
tree | 6ee5bfb08fa16d1157d0a7c0525d9770b34f646d /bin/Makefile | |
parent | Encode grayscale PNGs in gfxx (diff) | |
download | src-23088d39bd10d758c919ab7aaf57e93c0139df8b.tar.gz src-23088d39bd10d758c919ab7aaf57e93c0139df8b.zip |
Add WIP pngo which produces glitch art
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 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) |