Skip to content

Commit

Permalink
chore(hax): update the Makefile with upstream (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored Sep 16, 2024
2 parents 67224d3 + 0121f47 commit ec3e3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ extint = "extint" # External interrupt
celcius = "celcius" # Until embedded-aht20 is fixed

[files]
extend-exclude = [
"doc/*.svg",
"src/riot-rs-rp/src/cyw43/firmware/README.md",
"src/riot-rs-runqueue/proofs/fstar/extraction/Makefile",
]
extend-exclude = ["doc/*.svg", "src/riot-rs-rp/src/cyw43/firmware/README.md"]
4 changes: 2 additions & 2 deletions src/riot-rs-runqueue/proofs/fstar/extraction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ all-keep-going:
# If $HACL_HOME doesn't exist, clone it
${HACL_HOME}:
$(Q)mkdir -p "${HACL_HOME}"
$(info Clonning Hacl* in ${HACL_HOME}...)
$(info Cloning Hacl* in ${HACL_HOME}...)
git clone --depth 1 https://github.com/hacl-star/hacl-star.git "${HACL_HOME}"
$(info Clonning Hacl* in ${HACL_HOME}... done!)
$(info Cloning Hacl* in ${HACL_HOME}... done!)

# If no any F* file is detected, we run hax
ifeq "$(wildcard *.fst *fsti)" ""
Expand Down

0 comments on commit ec3e3e9

Please sign in to comment.