diff options
author | Mihai Fufezan <[email protected]> | 2024-08-13 22:14:58 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-08-13 22:14:58 +0300 |
commit | c5ec079c6fa92fe89bd2b689dd49197675edbe58 (patch) | |
tree | 803946ff261a55ecdaaadd46fad6736424c25a37 /hyprctl | |
parent | 4aec237ec0bfcb86be9c26926f5a87e036b7f668 (diff) | |
download | Hyprland-c5ec079c6fa92fe89bd2b689dd49197675edbe58.tar.gz Hyprland-c5ec079c6fa92fe89bd2b689dd49197675edbe58.zip |
hyprpm, hyprctl: remove Makefiles
Diffstat (limited to 'hyprctl')
-rw-r--r-- | hyprctl/Makefile | 4 |
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 |