X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=3310cbe732b8061851bd971497512fd6f1b3f087;hp=2f05579b03f5837da7512a1c114685e26cf9e014;hb=cf47ccc725fd13d7216400149190328c6077a010;hpb=d2d0c5f3bceb78cfaf3255acb4ac7312c7bf4683 diff --git a/client/Makefile b/client/Makefile index 2f05579..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 @@ -47,7 +47,7 @@ py2exe: # mv dist/goodfet.exe dist/goodfet.exe #Now package it all. rm -rf tmp - mkdir tmp\goodfet + mkdir -p tmp/goodfet mv dist/* tmp/goodfet/ cd tmp && zip -r goodfet.zip goodfet