Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Julian Bouzas
WirePlumber
Commits
ff410d8e
Commit
ff410d8e
authored
May 26, 2021
by
George Kiagiadakis
Browse files
Makefile: use wp-uninstalled.sh to implement the run target
parent
f20e46c5
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
ff410d8e
...
@@ -13,11 +13,8 @@ clean:
...
@@ -13,11 +13,8 @@ clean:
ninja
-C
build clean
ninja
-C
build clean
run
:
all
run
:
all
WIREPLUMBER_MODULE_DIR
=
build/modules
\
WIREPLUMBER_CONFIG_DIR
=
src/config
\
WIREPLUMBER_DATA_DIR
=
src
\
WIREPLUMBER_DEBUG
=
$(WIREPLUMBER_DEBUG)
\
WIREPLUMBER_DEBUG
=
$(WIREPLUMBER_DEBUG)
\
$(DBG)
./build/src/wireplumber
./wp-uninstalled.sh
$(DBG)
./build/src/wireplumber
test
:
all
test
:
all
ninja
-C
build
test
ninja
-C
build
test
...
@@ -26,4 +23,4 @@ gdb:
...
@@ -26,4 +23,4 @@ gdb:
$(MAKE)
run
DBG
=
gdb
$(MAKE)
run
DBG
=
gdb
valgrind
:
valgrind
:
$(MAKE)
run
DBG
=
"DISABLE_RTKIT=1
valgrind
"
$(MAKE)
run
DBG
=
valgrind
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment