X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FMakefile;h=0ea6ec4b7af9b0270e54f836b7fa81b1ca353dce;hp=5fa3fc01b0f6cca0e2f0e3ba233420b204f48ce5;hb=87e77be8a91429f828c19e47fe90fc57468a82bf;hpb=7cc9ffda0fed2b23ced8370734fb59dfd81621a0;ds=sidebyside diff --git a/client/Makefile b/client/Makefile index 5fa3fc0..0ea6ec4 100644 --- a/client/Makefile +++ b/client/Makefile @@ -11,7 +11,10 @@ install: py2exepub: #publish the windows build. rsync --exclude .svn -ave ssh --progress --chmod=a+rx tmp/goodfet.zip travisutk,goodfet@web.sourceforge.net:htdocs/dist/gfwin.zip - +py2exeinstall: py2exe + rm -rf "c:\goodfet\bin" + md "c:\goodfet\bin" + copy "tmp\goodfet\*" "c:\goodfet\bin\" py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client