From 177c18806fd717bfdab44972e29f2cd1b66661de Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 28 Sep 2018 14:18:21 -0400 Subject: Add psf2png --- bin/Makefile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'bin/Makefile') 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) -- cgit 1.4.1