mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Fix for new paths
Add convenience makefile and autogen.sh
This commit is contained in:
parent
67dd3adb87
commit
b9409e297b
8 changed files with 17 additions and 38 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all:
|
||||
cd build && ninja-build
|
||||
|
||||
install:
|
||||
cd build && ninja-build install
|
||||
|
||||
clean:
|
||||
cd build && ninja-build clean
|
||||
Loading…
Add table
Add a link
Reference in a new issue