Remove fc-cache call from home target
[khome.git] / Makefile
index 6f97234..b576a5c 100644 (file)
--- 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
 #
This page took 0.021546 seconds and 4 git commands to generate.