From bf20a98b4690912af0159eee7b411d580aabfe5b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 2 Apr 2020 09:38:41 -0400 Subject: [PATCH] Remove fc-cache call from home target too slow --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f97234..b576a5c 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,6 @@ home: mpdconf @cp -Rp home/.newsboat/ $(HOME)/ @cp home/.profile $(HOME)/ @cp home/.fonts.conf $(HOME)/ - @fc-cache -fv @cp home/.Rprofile $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ @@ -44,6 +43,9 @@ mpdconf: @mkdir -p ~/var/run/mpd @cp home/.mpdconf $(HOME)/ +font_cache: + @fc-cache -fv + # # Golang # -- 2.20.1