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
7
Makefile
7
Makefile
|
@ -42,4 +42,9 @@ release:
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Debug -H./ -B./build -G Ninja
|
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
|
cmake --build ./build --config Debug --target all -j 10
|
||||||
|
|
||||||
|
all:
|
||||||
|
make clear
|
||||||
|
make protocols
|
||||||
|
make release
|
Loading…
Reference in a new issue