Skip to content

Commit

Permalink
Merge pull request #389 from hacspec/drop-commited-debug
Browse files Browse the repository at this point in the history
fix(examples): fix a debug I unintentionally commited...
  • Loading branch information
franziskuskiefer authored Dec 11, 2023
2 parents 089e57c + 367f5a8 commit 3765856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sha256/proofs/fstar/extraction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# (setq fstar-subp-prover-args #'my-fstar-compute-prover-args-using-make)
#

HAX_HOME ?= $(shell githuhu rev-parse --show-toplevel)
HAX_HOME ?= $(shell git rev-parse --show-toplevel)
FSTAR_HOME ?= $(HAX_HOME)/../../../FStar
HACL_HOME ?= $(HAX_HOME)/../../../hacl-star

Expand Down

0 comments on commit 3765856

Please sign in to comment.