make xtask run in dongle dir

This commit is contained in:
Lotte Steenbrink 2021-01-26 12:45:54 +01:00
parent 705f41973e
commit aa5d1e417c

View file

@ -1,8 +1,2 @@
[target.thumbv7em-none-eabihf]
runner = "dongle-flash"
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"
[alias]
xtask = "run --manifest-path ../../xtask/Cargo.toml --"