mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Fixes spacing issue in Makefile
Believe makefile requires tabs over spaces, fixes the error "Makefile:48: *** missing separator. Stop." when trying to run make command
This commit is contained in:
parent
0a113cfd56
commit
7abe062094
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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