mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-23 12:16:13 +03:00
2402f2e364
are passed for json output
5 lines
66 B
Makefile
5 lines
66 B
Makefile
all:
|
|
g++ -std=c++23 ./main.cpp -o ./hyprctl
|
|
clean:
|
|
rm ./hyprctl
|