mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
fixed makefile target push_file
This commit is contained in:
parent
855428b2e9
commit
cd1cbc50be
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -38,7 +38,7 @@ install: all doc
|
||||||
ocamlfind install $(NAME) META $(INSTALL)
|
ocamlfind install $(NAME) META $(INSTALL)
|
||||||
|
|
||||||
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/
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
ocamlbuild -clean
|
ocamlbuild -clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue