aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorBehzad <[email protected]>2024-10-17 17:50:18 +0330
committerGitHub <[email protected]>2024-10-17 15:20:18 +0100
commit495b92fb535f51a38e5130e6b89bd1fb01ce8cfb (patch)
tree7aad6ddb7d4447ccf9170490b8c48984eb2ada44 /Makefile
parentb57086aa4362117c1f1025246f618d760e44b026 (diff)
downloadHyprland-495b92fb535f51a38e5130e6b89bd1fb01ce8cfb.tar.gz
Hyprland-495b92fb535f51a38e5130e6b89bd1fb01ce8cfb.zip
makefile: fix typo (#8127)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59efc0ef..98267eea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX = /usr/local
legacyrenderer:
- cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./buildZ
+ cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} -DLEGACY_RENDERER:BOOL=true -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
legacyrendererdebug: