mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
makefile
This commit is contained in:
parent
3ae7c7ca0b
commit
24d1a1c578
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -69,6 +69,10 @@ qtest: qtest-clean build
|
||||||
@echo
|
@echo
|
||||||
./qtest_all.native
|
./qtest_all.native
|
||||||
|
|
||||||
|
push-stable: all
|
||||||
|
git checkout stable && git merge master && oasis setup && \
|
||||||
|
git commit -a 'oasis'
|
||||||
|
|
||||||
test-all: test qtest
|
test-all: test qtest
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue