X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=4dd417a6a0b34ab608a60aab65d4d9a4f43e7ecc;hb=00fdff48bd1e49fc549cda339260e1012140638f;hp=6f97234cf92cad295ea2550a9fcbfebbdf4b02f5;hpb=5bf7b45d8c7d084400907dc26c53c5acbe5d34c6;p=khome.git diff --git a/Makefile b/Makefile index 6f97234..4dd417a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ default: @echo '================================================================================' @exit 1 -home: mpdconf +home: mpdconf compiled + @cp -Rp bin $(HOME)/ @cp -Rp home/bin $(HOME)/ @cp -Rp home/lib $(HOME)/ @cp home/.compton.conf $(HOME)/ @@ -32,7 +33,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 +44,14 @@ mpdconf: @mkdir -p ~/var/run/mpd @cp home/.mpdconf $(HOME)/ +compiled: + mkdir -p bin + cd src && make + mv src/clockloop bin/ + +font_cache: + @fc-cache -fv + # # Golang #