make example compilable again

This commit is contained in:
Simon Cruanes 2014-05-26 14:49:50 +02:00
parent dcbee64684
commit 5d73e99652
2 changed files with 4 additions and 1 deletions

View file

@ -43,7 +43,10 @@ configure:
tests:
ocamlbuild -use-ocamlfind -pkg oUnit tests/run_tests.native
examples:
ocamlbuild examples/test_sexpr.native
push_doc: all doc
scp -r sequence.docdir/* cedeela.fr:~/simon/root/software/sequence/
.PHONY: benchs tests
.PHONY: benchs tests examples