fixed makefile target push_file

This commit is contained in:
Simon Cruanes 2013-10-20 21:16:57 +02:00
parent 855428b2e9
commit cd1cbc50be

View file

@ -38,7 +38,7 @@ install: all doc
ocamlfind install $(NAME) META $(INSTALL)
push_doc: all doc
scp -r sequence.docdir/ cedeela.fr:~/simon/root/software/sequence/
scp -r sequence.docdir/* cedeela.fr:~/simon/root/software/sequence/
clean:
ocamlbuild -clean