Maintenant, le makefile peut tout néttoyer

This commit is contained in:
MysaaJava 2020-11-12 18:08:34 +01:00
parent c9f03b6045
commit ebb605a753

View File

@ -5,3 +5,6 @@
tipe: tipe.cmx
ocamlopt -o tipe str.cmxa tipe.cmx
clean:
rm tipe *.cmx *.cmi *.o