From 8bfb7e9b1eb45df7bc6a05538e673cfa9bdbd485 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:46:39 +0100 Subject: [PATCH] build: add make install --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 84eca74..27bb974 100644 --- a/Makefile +++ b/Makefile @@ -68,3 +68,7 @@ all: make clear make protocols make release + +install: + make all + cp ./build/hyprpaper /usr/bin -f \ No newline at end of file