Skip to content

Clean up Makefile some more

Sebastian Dröge requested to merge slomo/gst-plugins-rs:makefile-destdir into master

Use $(DESTDIR) as prefix for the installation to make distros' lifes easier and have a simple "all" / "build" / "install" rule. By default we do a release build, if DEBUG=1 is specified we do a debug build.

Merge request reports