Skip to content

Commit

Permalink
kprove.mak: cloning K submodules. Required for more recent K.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-bogdanas committed Jun 4, 2019
1 parent 3f53cc8 commit 03e1041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/kprove.mak
Expand Up @@ -90,6 +90,7 @@ $(K_REPO_DIR):
git clone $(K_REPO_URL) $(K_REPO_DIR)
cd $(K_REPO_DIR) \
&& git reset --hard $(K_VERSION) \
&& git submodule update --init --recursive --remote \
&& mvn package -DskipTests -Dllvm.backend.skip -Dhaskell.backend.skip

$(KEVM_REPO_DIR):
Expand Down

0 comments on commit 03e1041

Please sign in to comment.