From 27ea04da6d12419017aa9019b8892be6d7aa3cc2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Mon, 10 Jun 2019 06:56:31 -0400 Subject: [PATCH] Rename install to install_home target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 695e4e0..6e44289 100644 --- 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)/ -- 2.20.1