mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
add make all
This commit is contained in:
parent
05c4b91f95
commit
1f6eb58d1b
1 changed files with 6 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -43,3 +43,8 @@ release:
|
|||
debug:
|
||||
mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -H./ -B./build -G Ninja
|
||||
cmake --build ./build --config Debug --target all -j 10
|
||||
|
||||
all:
|
||||
make clear
|
||||
make protocols
|
||||
make release
|
Loading…
Reference in a new issue