From 5fc905f98dec5ef8ef9c5a4eb97cbc0b5c0543a2 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 9 Mar 2024 14:04:39 +0100 Subject: Makefile: add install and user_install targets --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51918a2..c227620 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,11 @@ build: run: build ./target/webtray ${URL} +user_install: build + install ./target/webtray ~/.local/bin/webtray -.PHONY: build +install: + install ./target/webtray /usr/local/bin/webtray + + +.PHONY: build user_install install -- cgit v1.2.3-70-g09d2