From 56fc2c6a9d44044565f00a4c667420c466df772c Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Wed, 23 Jan 2013 13:47:53 -0500 Subject: [PATCH] setup.ml: remove on distclean and ignore --- .gitignore | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index caaf219..5072c07 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ tmp/ doclib.docdir setup.data setup.log +setup.ml *.ba[01234567890k] *.native *.byte diff --git a/Makefile b/Makefile index f658655..f6df015 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ distclean: $(RM) src/lib/biocaml.mllib $(RM) TAGS $(SETUP) -distclean $(DISTCLEANFLAGS) + $(RM) setup.ml TAGS_INCLUDE=-I $(shell ocamlfind query sexplib.syntax) -I $(shell ocamlfind query type_conv) TAGS_LINK=-pa pa_type_conv.cma -pa pa_sexp_conv.cma