'goodfet.nrf carrier' works.
[goodfet] / client / Makefile
index 2f05579..3310cbe 100644 (file)
@@ -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