Skip to content

Commit 3093bf9

Browse files
committed
Update Makefile
Remove duplicate `replayer` rule
1 parent 9230397 commit 3093bf9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

-5
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ replayer: ocaml_checks
132132
ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
133133
$(info Build complete)
134134

135-
replayer: ocaml_checks
136-
$(info Starting Build)
137-
ulimit -s 65532 && (ulimit -n 10240 || true) && dune build src/app/replayer/replayer.exe --profile=devnet
138-
$(info Build complete)
139-
140135
missing_blocks_auditor: ocaml_checks
141136
$(info Starting Build)
142137
(ulimit -s 65532 || true) && (ulimit -n 10240 || true) && dune build src/app/missing_blocks_auditor/missing_blocks_auditor.exe --profile=testnet_postake_medium_curves

0 commit comments

Comments
 (0)