pipewire/Makefile
Wim Taymans b9409e297b Fix for new paths
Add convenience makefile and autogen.sh
2016-09-26 12:29:01 +02:00

8 lines
112 B
Makefile

all:
cd build && ninja-build
install:
cd build && ninja-build install
clean:
cd build && ninja-build clean