ev3dev-pid-linefollow/Makefile

5 lines
344 B
Makefile
Raw Permalink Normal View History

2021-09-03 09:52:00 +02:00
ARTIFACT := $(shell cargo pkgid | rev | cut -d "/" -f1 | rev | cut -d "\#" -f1) # Try to determine the artifact name. If this does not work replace it with the explicit name.
2022-01-30 15:37:24 +01:00
strip:
docker run --rm -v $(PWD):/build -w /build pixix4/ev3dev-rust:latest arm-linux-gnueabi-strip /build/target/armv5te-unknown-linux-musleabi/release/$(ARTIFACT)