Moved stuff around in fonts/Makefile.
authorDavid Griffith <dave@661.org>
Thu, 26 Jan 2023 06:24:14 +0000 (22:24 -0800)
committerDavid Griffith <dave@661.org>
Thu, 26 Jan 2023 06:24:14 +0000 (22:24 -0800)
fonts/Makefile

index c45664cb5b090e7913b38d2b70c2120f606d3cfa..4942d12ffb7fdc1dc6dcb7e0022ed99b5557df17 100644 (file)
@@ -8,11 +8,6 @@ X11_FONTDIR = $(DESTDIR)$(PREFIX)/share/fonts/X11/zork
 MKFONTDIR ?= $(shell which mkfontdir)
 XSET ?= $(shell which xset)
 
-
-
-.SUFFIXES: .bdf .pcf
-.DELETE_ON_ERROR:
-
 help:
        @echo "Font Targets:"
        @echo "         pcf: Build PCF fonts from BDF fonts"
@@ -41,4 +36,6 @@ clean:
 .bdf.pcf:
        bdftopcf -t $< -o $@
 
-
+.SUFFIXES: .bdf .pcf
+.DELETE_ON_ERROR:
+.PHONY:        clean install_pcf uninstall_pcf