From cd1cbc50be54fb6b7789c8bc692786c389958379 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sun, 20 Oct 2013 21:16:57 +0200 Subject: [PATCH] fixed makefile target push_file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43fb6a8..d7d102c 100644 --- a/Makefile +++ b/Makefile @@ -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