Ajout d'un joli makefile

This commit is contained in:
MysaaJava 2020-11-12 18:06:02 +01:00
parent 446d9359a6
commit c9f03b6045
2 changed files with 12 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.cmi
*.cmx
*.o
*.a
/tipe

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
%.cmx: %.ml
ocamlopt -c $<
tipe: tipe.cmx
ocamlopt -o tipe str.cmxa tipe.cmx