aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorNgĂ´ Huy <[email protected]>2023-11-22 18:02:36 +0700
committerGitHub <[email protected]>2023-11-22 11:02:36 +0000
commitd417370bb725eb58f385b0cbfc924090462164f4 (patch)
tree7b87df0562aa647029dd770cafe5920a3e23214f /hyprctl
parent472926528428cd714c90f157e639fc0466611c8b (diff)
downloadHyprland-d417370bb725eb58f385b0cbfc924090462164f4.tar.gz
Hyprland-d417370bb725eb58f385b0cbfc924090462164f4.zip
makefile: Add CXXFLAGS to hyprlctl's Makefile (#3913)
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