From: Max Value Date: Sat, 22 Nov 2025 15:44:32 +0000 (+0000) Subject: built up makefile X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=cefdd4624d97fd5ce06252295111fc7fed250f11;p=fimm-font built up makefile --- diff --git a/Makefile b/Makefile index cff2416..d91f3e7 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,16 @@ all: -mkdir target fontforge -lang=py -script generate.py fimm.sfd -reinstall: - # find -type f -name '*text*' -delete +remove: + find ~/.fonts -type f -name '*Fimm*' -delete + find ~/.local/share/fonts/ -type f -name '*Fimm*' -delete + sudo find /usr/share/fonts -type f -name '*Fimm*' -delete + sudo find /usr/local/share/fonts -type f -name '*Fimm*' -delete + +reinstall: all remove + cp target/* ~/.fonts/ + cp target/* ~/.local/share/fonts/ + sudo cp target/* /usr/share/fonts/ + sudo cp target/* /usr/local/share/fonts/ + + fc-cache -f -v