Files
hyprland/hyprctl/Makefile
2022-06-17 12:18:25 +02:00

4 lines
65 B
Makefile

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