diff options
author | June McEnroe <programble@gmail.com> | 2018-02-13 13:17:47 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-13 13:17:47 -0500 |
commit | c8d0d0cd5f2ba83d7b39f19285036be6b1414196 (patch) | |
tree | 3b2ed4d9c9e5df955dbf1e595c11b0eb0ca3483f /bin/Makefile | |
parent | Dump gfxx screen to PNG on stdout with x (diff) | |
download | src-c8d0d0cd5f2ba83d7b39f19285036be6b1414196.tar.gz src-c8d0d0cd5f2ba83d7b39f19285036be6b1414196.zip |
Add PNG stream splitter
I don't know, somehow this is easier than having gfxx care about where it's writing to.
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 708860c6..44454bff 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 pngs wake xx BSD_BINS = jrp klon typo watch LIN_BINS = bri fbatt fbclock ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) |