Rename install to install_home target
authorSiraaj Khandkar <siraaj@khandkar.net>
Mon, 10 Jun 2019 10:56:31 +0000 (06:56 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Mon, 10 Jun 2019 10:56:31 +0000 (06:56 -0400)
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.020795 seconds and 4 git commands to generate.