Add package install script and target
[khome.git] / Makefile
index 6e44289..70a93f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 MAKEFLAGS := --no-builtin-rules
 
-.PHONY: install_home
+.PHONY: install_home install_pkgs
 
 install_home:
        @cp  -Rp  home/bin          $(HOME)/
@@ -14,3 +14,6 @@ install_home:
        @cp       home/.mpdconf     $(HOME)/
        @cp       home/.tmux.conf   $(HOME)/
        @cp       home/.xbindkeysrc $(HOME)/
+
+install_pkgs: install_pkgs.sh pkg-deb-install
+       ./install_pkgs.sh
This page took 0.023947 seconds and 4 git commands to generate.