Skip to content

Commit

Permalink
Build "smt2"
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Dec 26, 2024
1 parent eb812a8 commit b4a3cb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions make_smt2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

VERIFIERS="$@"
if [ -z "$VERIFIERS" ]; then
VERIFIERS="dafny silicon carbon"
VERIFIERS="silicon carbon"
fi

exit 0

git submodule update --init --recursive &> /dev/null

DIRNAME=$(realpath "$0" | xargs dirname)
Expand Down

0 comments on commit b4a3cb3

Please sign in to comment.