Skip to content

Commit

Permalink
fix(circom): delete old parts before splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
batzor committed Nov 22, 2024
1 parent c9837e3 commit 003a675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function compile_witness_generator() {
cp ../../../iden3_circom/code_producers/src/c_elements/$2/* .

echo "Splitting source file into smaller pieces..."
rm part_*
./split_tool $1 --output_dir=. -- -std=c++11 -I../../external/llvm-project/clang/staging/include

echo "Compiling everything..."
Expand Down

0 comments on commit 003a675

Please sign in to comment.