diff options
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 |