all:
	g++ -std=c++20 ./main.cpp -o ./hyprctl
clean:
	rm ./hyprctl