commit | e53bb5307c2e87761c7e25b52532f625129b7397 | [log] [tgz] |
---|---|---|
author | hotschi <hotschi@gmx.at> | Sat Aug 08 08:24:39 2020 +0200 |
committer | hotschi <hotschi@gmx.at> | Sat Aug 08 08:24:39 2020 +0200 |
tree | 5db8e4992622bd2d11aba4f240f3d5d00c368d71 | |
parent | f6cd66bcd05ae88b19d5d7f4222f0475f2bdbed4 [diff] |
fixed typo in phony declaration
diff --git a/Makefile b/Makefile index 65e6915..1aa9d25 100644 --- a/Makefile +++ b/Makefile
@@ -168,7 +168,7 @@ msp432: PLATFORM=msp432 cargo build $(release) --target=thumbv7em-none-eabi --examples $(features) -.PHONY: msp432 +.PHONY: flash-msp432 flash-msp432: PLATFORM=msp432 cargo run $(release) --target=thumbv7em-none-eabi --example $(EXAMPLE) $(features)