Skip to content

Commit

Permalink
Fix bashism
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 24, 2024
1 parent 43af290 commit 2c3a214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ build-cargo-docs:
# --extern-html-root-url embedded_hal=https://example.com/" and that
# has no option to just send *everything* to docs.rs (well except for
# embassy where we'd need to explicitly give embassy.dev URIs)
rm -rf bin/${BOARD}/target/${RUST_TARGET}/doc/{typenum,digest}
rm -r bin/${BOARD}/target/${RUST_TARGET}/doc/typenum \
bin/${BOARD}/target/${RUST_TARGET}/doc/digest

build-json-docs:
# Experimental.
Expand Down

0 comments on commit 2c3a214

Please sign in to comment.