mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 04:05:30 -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 checkout master
|
||||
|
||||
clean-generated:
|
||||
rm **/*.{mldylib,mlpack,mllib} myocamlbuild.ml -f
|
||||
|
||||
test-all: test qtest
|
||||
|
||||
tags:
|
||||
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