mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
4 lines
179 B
Makefile
4 lines
179 B
Makefile
|
|
||
|
all:
|
||
|
mkdir -p build && cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -H./ -B./build -G Ninja
|
||
|
cmake --build ./build --config Release --target all -j$(shell nproc)
|