mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-31 13:12:37 +00:00
Add simple Makefile to build all subprojects
This commit is contained in:
parent
fa6712e5aa
commit
fb21d62868
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all:
|
||||
cd gst-plugin && cargo build
|
||||
cd gst-plugin-file && cargo build
|
||||
cd gst-plugin-http && cargo build
|
||||
cd gst-plugin-flv && cargo build
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
Loading…
Reference in a new issue