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

Makefile - gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 602a88dda812229281e4f2f9eb631053cef5a2f8 (plain)
1
2
3
4
5
6
all:
	cargo build --all

clean:
	cargo clean