diff options
author | June McEnroe <june@causal.agency> | 2018-09-24 18:11:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-24 18:11:21 -0400 |
commit | 510d1de054e1a1cbf52fcd16da36ee37b4c22be1 (patch) | |
tree | f53061308ebb1dea7887b4c9761e08e4c43caf81 /bin/Makefile | |
parent | Add scheme -i to swap white and black (diff) | |
download | src-510d1de054e1a1cbf52fcd16da36ee37b4c22be1.tar.gz src-510d1de054e1a1cbf52fcd16da36ee37b4c22be1.zip |
Add psfed, a PSF2 font editor
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 fd3f1134..ef6a1099 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -2,7 +2,7 @@ PREFIX = ~/.local BINS = atch dtch glitch hnel modem open pbcopy pbd pbpaste pngo scheme wake xx BINS_BSD = watch -BINS_LINUX = bri fbatt fbclock +BINS_LINUX = bri fbatt fbclock psfed BINS_ALL = $(BINS) $(BINS_BSD) $(BINS_LINUX) GAMES_BSD = klon |