gst-plugins-rs/Makefile

7 lines
46 B
Makefile
Raw Normal View History

all:
cargo build --all
clean:
cargo clean