Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f59f89cad..602a88dda 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,5 @@
all:
- cd gst-plugin && cargo build
- cd gst-plugin-file && cargo build
- cd gst-plugin-http && cargo build
- cd gst-plugin-flv && cargo build
+ cargo build --all
clean:
cargo clean