mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
tags
This commit is contained in:
parent
924fc1b970
commit
bf777e3d28
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
_build
|
||||
*.native
|
||||
.session
|
||||
TAGS
|
||||
|
|
|
|||
5
Makefile
5
Makefile
|
|
@ -17,5 +17,8 @@ bench:
|
|||
clean:
|
||||
ocamlbuild -clean
|
||||
|
||||
.PHONY: all clean tests
|
||||
tags:
|
||||
otags *.ml *.mli
|
||||
|
||||
.PHONY: all clean tests tags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue