mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
make example compilable again
This commit is contained in:
parent
dcbee64684
commit
5d73e99652
2 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -43,7 +43,10 @@ configure:
|
||||||
tests:
|
tests:
|
||||||
ocamlbuild -use-ocamlfind -pkg oUnit tests/run_tests.native
|
ocamlbuild -use-ocamlfind -pkg oUnit tests/run_tests.native
|
||||||
|
|
||||||
|
examples:
|
||||||
|
ocamlbuild examples/test_sexpr.native
|
||||||
|
|
||||||
push_doc: all doc
|
push_doc: all doc
|
||||||
scp -r sequence.docdir/* cedeela.fr:~/simon/root/software/sequence/
|
scp -r sequence.docdir/* cedeela.fr:~/simon/root/software/sequence/
|
||||||
|
|
||||||
.PHONY: benchs tests
|
.PHONY: benchs tests examples
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue