mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
oasis files
This commit is contained in:
parent
f25c363851
commit
3a3738fda5
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -79,9 +79,12 @@ push-stable: all
|
||||||
git push origin
|
git push origin
|
||||||
git checkout master
|
git checkout master
|
||||||
|
|
||||||
|
clean-generated:
|
||||||
|
rm **/*.{mldylib,mlpack,mllib} myocamlbuild.ml -f
|
||||||
|
|
||||||
test-all: test qtest
|
test-all: test qtest
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
otags *.ml *.mli
|
otags *.ml *.mli
|
||||||
|
|
||||||
.PHONY: examples push_doc tags qtest
|
.PHONY: examples push_doc tags qtest push-stable clean-generated
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue