Skip to content

Commit

Permalink
kprove.mak: clean untracked files before cloning KEVM.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-bogdanas committed Dec 8, 2018
1 parent c35a807 commit 25011c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/kprove.mak
Expand Up @@ -85,7 +85,7 @@ $(K_REPO_DIR):
$(KEVM_REPO_DIR):
git clone $(KEVM_REPO_URL) $(KEVM_REPO_DIR)
cd $(KEVM_REPO_DIR) \
&& git clean -fx \
&& git clean -fdx \
&& git reset --hard $(KEVM_VERSION) \
&& make tangle-deps \
&& make defn \
Expand Down

0 comments on commit 25011c5

Please sign in to comment.