Rédaction d'une grande partie de la seconde partie du compte rendu

Retypage de quelques fonctions
Correction d'un problème de dépendances dans le Makefile
This commit is contained in:
2021-06-01 20:06:47 +02:00
parent 5a16b7c99a
commit 2c825f16a8
7 changed files with 266 additions and 14 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ ascii: $(shell find textes/ -type f -iname "*.txt" ! -iname "*.ascii.txt" | sed
%.cmx: %.ml
ocamlopt -c $<
Code.cmo: Math.cmo
Code.cmo: Code.ml Math.cmo
ocamlc -c "Code.mli"
ocamlc -c "Code.ml"
%.cmi: %.mli
ocamlc -c $<
%.cmo: %.ml