diff options
author | Behzad <[email protected]> | 2024-10-17 17:50:18 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-17 15:20:18 +0100 |
commit | 495b92fb535f51a38e5130e6b89bd1fb01ce8cfb (patch) | |
tree | 7aad6ddb7d4447ccf9170490b8c48984eb2ada44 /Makefile | |
parent | b57086aa4362117c1f1025246f618d760e44b026 (diff) | |
download | Hyprland-495b92fb535f51a38e5130e6b89bd1fb01ce8cfb.tar.gz Hyprland-495b92fb535f51a38e5130e6b89bd1fb01ce8cfb.zip |
makefile: fix typo (#8127)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |