aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-08-13 22:14:58 +0300
committerMihai Fufezan <[email protected]>2024-08-13 22:14:58 +0300
commitc5ec079c6fa92fe89bd2b689dd49197675edbe58 (patch)
tree803946ff261a55ecdaaadd46fad6736424c25a37 /hyprctl
parent4aec237ec0bfcb86be9c26926f5a87e036b7f668 (diff)
downloadHyprland-c5ec079c6fa92fe89bd2b689dd49197675edbe58.tar.gz
Hyprland-c5ec079c6fa92fe89bd2b689dd49197675edbe58.zip
hyprpm, hyprctl: remove Makefiles
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/hyprctl/Makefile b/hyprctl/Makefile
deleted file mode 100644
index 9798320c..00000000
--- a/hyprctl/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all:
- $(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
-clean:
- rm ./hyprctl