X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=70a93f0bcb1b512f1e5a02d28e1132cec376af06;hb=2518931e9016ade7e93d5a27a0ba543e15192d6d;hp=695e4e0e01d10def19509e182b66475e9a673177;hpb=11d850f72b61db1cf59e009c1d140115be9effbf;p=khome.git diff --git a/Makefile b/Makefile index 695e4e0..70a93f0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ MAKEFLAGS := --no-builtin-rules -.PHONY: install +.PHONY: install_home install_pkgs -install: +install_home: @cp -Rp home/bin $(HOME)/ @cp -Rp home/lib $(HOME)/ @cp home/.compton.conf $(HOME)/ @@ -14,3 +14,6 @@ install: @cp home/.mpdconf $(HOME)/ @cp home/.tmux.conf $(HOME)/ @cp home/.xbindkeysrc $(HOME)/ + +install_pkgs: install_pkgs.sh pkg-deb-install + ./install_pkgs.sh