diff options
Diffstat (limited to 'etc/psf/Makefile')
-rw-r--r-- | etc/psf/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
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) |