From: Siraaj Khandkar Date: Thu, 2 Apr 2020 13:38:41 +0000 (-0400) Subject: Remove fc-cache call from home target X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=bf20a98b4690912af0159eee7b411d580aabfe5b Remove fc-cache call from home target too slow --- 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 #