From d78cc1f1ff143dffc3897018c3c0cfa5d89a6eb2 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 22 Sep 2021 18:50:50 -0400 Subject: Remove PSF fonts They were fun to make but I never actually used them. --- etc/psf/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 etc/psf/Makefile (limited to 'etc/psf/Makefile') diff --git a/etc/psf/Makefile b/etc/psf/Makefile deleted file mode 100644 index e92178cd..00000000 --- a/etc/psf/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -TABLE = default.u - -FONTS += sans6x8.psfu -FONTS += sans6x10.psfu -FONTS += sans6x12.psfu - -PNGS = $(FONTS:psfu=png) - -all: $(FONTS) - -png: $(PNGS) - -$(FONTS): $(TABLE) - -.SUFFIXES: .psf .psfu .png - -.psf.psfu: - psfaddtable $< $(TABLE) $@ - -.psf.png: - psf2png $< > $@ - -clean: - rm -f $(FONTS) $(PNGS) -- cgit 1.4.1