diff options
Diffstat (limited to 'etc/psf/Makefile')
-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) |