diff options
author | June McEnroe <june@causal.agency> | 2018-09-27 12:39:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-27 12:39:16 -0400 |
commit | cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1 (patch) | |
tree | bfe6f824f1eb6c93c349517c1405df5778eb92bb /etc/psf/Makefile | |
parent | Add copy paste to psfed (diff) | |
download | src-cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1.tar.gz src-cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1.zip |
Add sans6x8 PSF2 font
Diffstat (limited to '')
-rw-r--r-- | etc/psf/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/psf/Makefile b/etc/psf/Makefile new file mode 100644 index 00000000..1b535d7f --- /dev/null +++ b/etc/psf/Makefile @@ -0,0 +1,15 @@ +TABLE = default.u + +FONTS += sans6x8.psfu + +all: $(FONTS) + +$(FONTS): $(TABLE) + +.SUFFIXES: .psf .psfu + +.psf.psfu: + psfaddtable $< $(TABLE) $@ + +clean: + rm -f $(FONTS) |