diff options
author | June McEnroe <june@causal.agency> | 2018-09-28 14:18:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-28 14:18:21 -0400 |
commit | 177c18806fd717bfdab44972e29f2cd1b66661de (patch) | |
tree | db6a9d7eb229bc76cf189c880a162478d6f94848 /bin/Makefile | |
parent | Add HJKL for moving glyphs to psfed (diff) | |
download | src-177c18806fd717bfdab44972e29f2cd1b66661de.tar.gz src-177c18806fd717bfdab44972e29f2cd1b66661de.zip |
Add psf2png
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 16 |
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) |