From aa5f0a8b88cbdd4d3ca386d5601f0369f9486632 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Mon, 21 Sep 2020 13:07:18 +0200 Subject: [PATCH] Add install option in Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index adfaf8a..37f495c 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,8 @@ run: clean: @rm $(OUTPUT) + +install: $(OUTPUT) + install -Dm755 "cpufetch" "/usr/bin/cpufetch" + install -Dm644 "LICENSE" "/usr/share/licenses/cpufetch-git/LICENSE" + install -Dm644 "cpufetch.8" "/usr/share/man/man8/cpufetch.8.gz"