Ajout d'un joli makefile

This commit is contained in:
2020-11-12 18:06:02 +01:00
parent 446d9359a6
commit c9f03b6045
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
%.cmx: %.ml
ocamlopt -c $<
tipe: tipe.cmx
ocamlopt -o tipe str.cmxa tipe.cmx