Skip to content

Commit

Permalink
Makefile: remove src/my*.ml if they exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
trefis committed Dec 20, 2013
1 parent 0f7f4cc commit af7af49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,7 +1,7 @@
Makefile.config
_build
myocamlbuild_config.ml
my_config.ml
src/config/myocamlbuild_config.ml
src/config/my_config.ml
_tags
*.tar.gz
*.native
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -36,6 +36,8 @@ debug: assert_configured
.PHONY: $(TARGET) all dev clean distclean install uninstall assert_configured ocamlmerlin_400 ocamlmerlin_401

clean:
@rm -f src/my_config.ml
@rm -f src/myocamlbuild_config.ml
$(OCAMLBUILD) -clean

check: $(TARGET)
Expand Down

0 comments on commit af7af49

Please sign in to comment.