This commit is contained in:
Simon Cruanes 2013-03-14 14:42:53 +01:00
parent 924fc1b970
commit bf777e3d28
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
_build _build
*.native *.native
.session .session
TAGS

View file

@ -17,5 +17,8 @@ bench:
clean: clean:
ocamlbuild -clean ocamlbuild -clean
.PHONY: all clean tests tags:
otags *.ml *.mli
.PHONY: all clean tests tags