Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ac92aef1 authored by Jean-Christophe Filliâtre's avatar Jean-Christophe Filliâtre
Browse files

fixed Makefile for euler001

parent 55e0e0f9
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ $(MAIN).opt: $(CMX) $(MAIN).cmx
$(MAIN).cmx: $(CMX)
$(ML): ../euler001.mlw
../../bin/why3 -E ocaml ../euler001.mlw -o .
../../bin/why3 -E ocaml32 ../euler001.mlw -o .
%.cmx: %.ml
$(OCAMLOPT) $(INCLUDE) -annot -c $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment