Skip to content

Commit

Permalink
setup.ml: remove on distclean and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal committed Jan 23, 2013
1 parent 4fb274c commit 56fc2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ tmp/
doclib.docdir
setup.data
setup.log
setup.ml
*.ba[01234567890k]
*.native
*.byte
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 56fc2c6

Please sign in to comment.