Skip to content

Commit

Permalink
fixed spurious makefile omission
Browse files Browse the repository at this point in the history
  • Loading branch information
amiller committed Oct 21, 2016
1 parent 3e9ec60 commit b87737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -43,7 +43,7 @@ prover:
ocamlfind ocamlopt -package batteries,sha $(PROF) -c examples/merkle.ml
MODE=prover ./poorman $(PROF) -c examples/bintree.ml
MODE=prover ./poorman $(PROF) -c examples/skiplist.ml

MODE=prover ./poorman $(PROF) -c examples/redblack.ml
MODE=prover ./poorman $(PROF) -c examples/mtree.ml
MODE=prover ./poorman $(PROF) -c examples/blockchain.ml
ocamlfind ocamlopt $(PROF) -package benchmark,batteries,sha -c examples/driver.ml
Expand Down

0 comments on commit b87737a

Please sign in to comment.