summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-28 14:18:21 -0400
committerJune McEnroe <june@causal.agency>2018-09-28 14:18:21 -0400
commit177c18806fd717bfdab44972e29f2cd1b66661de (patch)
treedb6a9d7eb229bc76cf189c880a162478d6f94848 /bin/Makefile
parentAdd HJKL for moving glyphs to psfed (diff)
downloadsrc-177c18806fd717bfdab44972e29f2cd1b66661de.tar.gz
src-177c18806fd717bfdab44972e29f2cd1b66661de.zip
Add psf2png
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile16
1 files changed, 15 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index ef6a1099..e0c60ee7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -1,6 +1,20 @@
 PREFIX = ~/.local
 
-BINS = atch dtch glitch hnel modem open pbcopy pbd pbpaste pngo scheme wake xx
+BINS += atch
+BINS += dtch
+BINS += glitch
+BINS += hnel
+BINS += modem
+BINS += open
+BINS += pbcopy
+BINS += pbd
+BINS += pbpaste
+BINS += pngo
+BINS += psf2png
+BINS += scheme
+BINS += wake
+BINS += xx
+
 BINS_BSD = watch
 BINS_LINUX = bri fbatt fbclock psfed
 BINS_ALL = $(BINS) $(BINS_BSD) $(BINS_LINUX)