Skip to content

Commit b87737a

Browse files
committed
fixed spurious makefile omission
1 parent 3e9ec60 commit b87737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ prover:
4343
ocamlfind ocamlopt -package batteries,sha $(PROF) -c examples/merkle.ml
4444
MODE=prover ./poorman $(PROF) -c examples/bintree.ml
4545
MODE=prover ./poorman $(PROF) -c examples/skiplist.ml
46-
46+
MODE=prover ./poorman $(PROF) -c examples/redblack.ml
4747
MODE=prover ./poorman $(PROF) -c examples/mtree.ml
4848
MODE=prover ./poorman $(PROF) -c examples/blockchain.ml
4949
ocamlfind ocamlopt $(PROF) -package benchmark,batteries,sha -c examples/driver.ml

0 commit comments

Comments
 (0)