From 915c63f96325797aacc7138a4c1e9aba7e5002f4 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 21 Jun 2025 23:45:12 +0400 Subject: feat: run `fc-cache` after installing fonts - Add fontconfig to build time dependencies. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ecdfc6..ef4c91f 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ dmenu-install dwm-install slstatus-install st-install: font1-install font2-install: tar xf $< $(COPY) $$(basename $< .tar.gz) $(FONTDIR) + fc-cache check: @./dep.sh -- cgit v1.2.3