aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprctl/Makefile b/hyprctl/Makefile
index ec819918..9798320c 100644
--- a/hyprctl/Makefile
+++ b/hyprctl/Makefile
@@ -1,4 +1,4 @@
all:
- $(CXX) -std=c++2b ./main.cpp -o ./hyprctl
+ $(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
clean:
rm ./hyprctl