github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/scripts/run-example.mk (about)

     1  run-example:
     2  	docker run --rm -it \
     3  	--privileged \
     4  	--network=host \
     5  	-v $(PWD):/s -w /s \
     6  	$(BASE_IMAGE) \
     7  	sh -c "go run examples/$(E).go"