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:
authorMichal Budzynski <budziq@gmail.com>2017-08-01 12:49:49 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-08-01 19:15:27 +0300
commit8045c74520200401c8a8d0f75baa7281ea82bfed (patch)
tree341c3d5d6a76a6ed2e941d1c885c0e6914d9fd4b /Makefile
parent1ee8d79d4596f84e75c5fdf17767487f24b0ed35 (diff)
updated Makefile to use `cargo build all`
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