summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-14 14:01:47 -0500
committerJune McEnroe <programble@gmail.com>2018-02-14 14:01:47 -0500
commit17107d751da2adf521a9d93584c4568d46eff627 (patch)
treee37486e05a6abbea1e7e2c2f01933fb7fcc1bee2 /bin/Makefile
parentRemove typo (diff)
downloadsrc-17107d751da2adf521a9d93584c4568d46eff627.tar.gz
src-17107d751da2adf521a9d93584c4568d46eff627.zip
Move PNG filename counter into gfxx
pngs.c was a fun idea but a little convoluted.
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 9834dac6..9835cb57 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,4 +1,4 @@
-ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste pngs wake xx
+ANY_BINS = atch dtch gfxx hnel pbcopy pbd pbpaste wake xx
 BSD_BINS = jrp klon watch
 LIN_BINS = bri fbatt fbclock
 ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS)