Skip to content

Commit ee69c63

Browse files
committed
chore: fix clean_db target Makefile
1 parent b549b3a commit ee69c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/l2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ deploy_contract:
3535
@. ./contracts/.env && . ./contracts/scripts/deploy.sh
3636

3737
clean_db:
38-
rm -f examples/l2/crates/l2/db
38+
@rm -f cmd/db
3939

4040
__L2_PROGRAM__:
4141
prove_state_transition:

0 commit comments

Comments
 (0)