From b43eae43cb85e7b20dc5058aae4ada662025f882 Mon Sep 17 00:00:00 2001 From: acondolu Date: Tue, 11 Jul 2017 15:44:40 +0200 Subject: [PATCH] clean removes *.o files --- ocaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/Makefile b/ocaml/Makefile index 46242b1..b44d9c5 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -26,7 +26,7 @@ test4.out: $(UTILS) lambda4.cmx test.ml $(OCAMLC) -c $< clean: - rm -f *.cm* *.out .depend log + rm -f *.cm* *.out *.o .depend log .depend: *.ml *.mli ocamldep *.ml *.mli > .depend -- 2.39.2