Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Nov 24, 2023
1 parent 0ec9adc commit ba74f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup: $(EF_TESTS_DIR)
setup-kakarot: clean-kakarot
@curl -sL -o kakarot-build.zip -H "Authorization: token $(GITHUB_TOKEN)" "$(KKRT_BUILD_ARTIFACT_URL)"
unzip -o kakarot-build.zip -d build/v0
mv build/v0/fixtures/ERC20.json build/common/
mkdir -p build/common/ && mv build/v0/fixtures/ERC20.json build/common/
rm -f kakarot-build.zip

clean-kakarot:
Expand Down

0 comments on commit ba74f33

Please sign in to comment.