build: add make install

This commit is contained in:
vaxerski 2023-04-26 21:46:39 +01:00
parent 66b3ba8d9f
commit 8bfb7e9b1e
1 changed files with 4 additions and 0 deletions

View File

@ -68,3 +68,7 @@ all:
make clear make clear
make protocols make protocols
make release make release
install:
make all
cp ./build/hyprpaper /usr/bin -f