From ebb605a753e0394ccad09249ec20d38c9e800d2d Mon Sep 17 00:00:00 2001 From: MysaaJava Date: Thu, 12 Nov 2020 18:08:34 +0100 Subject: [PATCH] =?UTF-8?q?Maintenant,=20le=20makefile=20peut=20tout=20n?= =?UTF-8?q?=C3=A9ttoyer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b26e1a7..ee60fe2 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ tipe: tipe.cmx ocamlopt -o tipe str.cmxa tipe.cmx + +clean: + rm tipe *.cmx *.cmi *.o