diff options
author | June McEnroe <june@causal.agency> | 2018-02-14 14:01:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-14 14:01:47 -0500 |
commit | 201c01d5d053ddaa3ae22e71695b065aa7061116 (patch) | |
tree | 53b0efdff7157b63f2beec8acbe65fd19fe0999c /bin/Makefile | |
parent | Remove typo (diff) | |
download | src-201c01d5d053ddaa3ae22e71695b065aa7061116.tar.gz src-201c01d5d053ddaa3ae22e71695b065aa7061116.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/Makefile | 2 |
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) |