mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
build: add make install
This commit is contained in:
parent
66b3ba8d9f
commit
8bfb7e9b1e
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
Loading…
Reference in a new issue