mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 08:58:01 +02:00
Makefile: use wp-uninstalled.sh to implement the run target
This commit is contained in:
parent
f20e46c5d0
commit
ff410d8ea1
1 changed files with 2 additions and 5 deletions
7
Makefile
7
Makefile
|
|
@ -13,11 +13,8 @@ clean:
|
|||
ninja -C build clean
|
||||
|
||||
run: all
|
||||
WIREPLUMBER_MODULE_DIR=build/modules \
|
||||
WIREPLUMBER_CONFIG_DIR=src/config \
|
||||
WIREPLUMBER_DATA_DIR=src \
|
||||
WIREPLUMBER_DEBUG=$(WIREPLUMBER_DEBUG) \
|
||||
$(DBG) ./build/src/wireplumber
|
||||
./wp-uninstalled.sh $(DBG) ./build/src/wireplumber
|
||||
|
||||
test: all
|
||||
ninja -C build test
|
||||
|
|
@ -26,4 +23,4 @@ gdb:
|
|||
$(MAKE) run DBG=gdb
|
||||
|
||||
valgrind:
|
||||
$(MAKE) run DBG="DISABLE_RTKIT=1 valgrind"
|
||||
$(MAKE) run DBG=valgrind
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue