From 1bd1dfba5a06d8b25bcc96a8c2c7afe3ebfb2f21 Mon Sep 17 00:00:00 2001 From: travisutk Date: Mon, 17 May 2010 22:41:09 +0000 Subject: [PATCH] Progress on py2exepub Makefile of client. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@518 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index ca49144..3310cbe 100644 --- a/client/Makefile +++ b/client/Makefile @@ -10,7 +10,7 @@ install: py2exepub: #publish the windows build. - rsync --exclude .svn -ave ssh tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip + rsync --exclude .svn -ave ssh --progress tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client -- 2.20.1