Skip to content

Commit

Permalink
fixed paths in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikbhargavan committed Apr 25, 2024
1 parent fbaa976 commit d87cb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kyber_compress/proofs/fstar/extraction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ FSTAR_BIN ?= $(shell command -v fstar.exe 1>&2 2> /dev/null && echo "fstar.
HAX_PROOF_LIBS_HOME ?= $(HAX_HOME)/proof-libs/fstar
HAX_LIBS_HOME ?= $(HAX_HOME)/hax-lib/proofs/fstar/extraction

CACHE_DIR ?= $(HAX_PROOF_LIBS)/.cache
HINT_DIR ?= $(HAX_PROOF_LIBS)/.hints
CACHE_DIR ?= $(HAX_PROOF_LIBS_HOME)/.cache
HINT_DIR ?= $(HAX_PROOF_LIBS_HOME)/.hints

.PHONY: all verify clean

Expand Down

0 comments on commit d87cb47

Please sign in to comment.