X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=b576a5c916418920e67f8667e1b20c994fdbee96;hb=d9872b72a86c684ac587496eb9a1a83de8f2ba0a;hp=6f97234cf92cad295ea2550a9fcbfebbdf4b02f5;hpb=5bf7b45d8c7d084400907dc26c53c5acbe5d34c6;p=khome.git 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 #