mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Merge pull request #1 from andresmaldonado2/main
Fixes spacing issue in Makefile
This commit is contained in:
commit
02c4e769bf
1 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -45,6 +45,6 @@ debug:
|
||||||
cmake --build ./build --config Debug --target all -j 10
|
cmake --build ./build --config Debug --target all -j 10
|
||||||
|
|
||||||
all:
|
all:
|
||||||
make clear
|
make clear
|
||||||
make protocols
|
make protocols
|
||||||
make release
|
make release
|
Loading…
Reference in a new issue