Rename install to install_home target
[khome.git] / Makefile
index 695e4e0..6e44289 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 MAKEFLAGS := --no-builtin-rules
 
-.PHONY: install
+.PHONY: install_home
 
-install:
+install_home:
        @cp  -Rp  home/bin          $(HOME)/
        @cp  -Rp  home/lib          $(HOME)/
        @cp       home/.compton.conf $(HOME)/
This page took 0.01768 seconds and 4 git commands to generate.