mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
Improve makefile, add run target to run in-tree
This commit is contained in:
parent
83332c8cb1
commit
e90c53e48d
1 changed files with 8 additions and 3 deletions
11
Makefile
11
Makefile
|
|
@ -1,8 +1,13 @@
|
||||||
all:
|
all:
|
||||||
cd build && ninja-build
|
ninja-build -C build
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cd build && ninja-build install
|
ninja-build -C build install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd build && ninja-build clean
|
ninja-build -C build clean
|
||||||
|
|
||||||
|
run:
|
||||||
|
PINOS_MODULE_DIR=build \
|
||||||
|
PINOS_CONFIG_FILE=build/pinos/daemon/pinos.conf \
|
||||||
|
build/pinos/daemon/pinos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue