Skip to content

Commit

Permalink
Merge pull request #43 from miguel-ambrona/ambrona@rename-sherlock
Browse files Browse the repository at this point in the history
Update Sherlock dependency
  • Loading branch information
miguel-ambrona authored Aug 15, 2024
2 parents 686d38f + 2095426 commit 133350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install-cha:

get-sherlock:
if [ -d ../lib/sherlock ]; then rm -Rf ../lib/sherlock; fi
cd ../lib/ && git clone https://github.com/miguel-ambrona/sherlock.git
cd ../lib/ && git clone https://github.com/miguel-ambrona/sherlock-ocaml.git sherlock
cd ../lib/sherlock && git checkout $(SHERLOCK_VERSION)
cd ../lib/sherlock && ./scripts/install_build_deps.sh
cd ../lib/sherlock && eval `(opam env)` && dune build
Expand Down

0 comments on commit 133350e

Please sign in to comment.