Skip to content

Commit fa3bbee

Browse files
fix(makefile): typo (#604)
Signed-off-by: F Bojarski <[email protected]>
1 parent dc388d0 commit fa3bbee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS := ${CONSTANTS} \
151151
${WCP}
152152

153153

154-
zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
154+
zkevm_for_old_replay_tests.bin: ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
155155
${GO_CORSET_COMPILE} -o $@ ${ZKEVM_MODULES_FOR_OLD_REPLAY_TESTS}
156156

157157
# Corset is order sensitive - to compile, we load the constants first
@@ -187,5 +187,5 @@ ZKEVM_MODULES_FOR_REFERENCE_TESTS := ${CONSTANTS} \
187187
${WCP}
188188

189189

190-
zkevm_for_old_replay_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
190+
zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
191191
${GO_CORSET_COMPILE} -o $@ ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}

0 commit comments

Comments
 (0)