From: travisutk Date: Sat, 16 Apr 2011 21:07:27 +0000 (+0000) Subject: More 'make py2exeinstall' improvement for the client. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=b7d9fbe513b06c233ee41a4b719ac894e6b13d16;hp=87e77be8a91429f828c19e47fe90fc57468a82bf;ds=sidebyside More 'make py2exeinstall' improvement for the client. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@991 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/Makefile b/client/Makefile index 0ea6ec4..c2241b6 100644 --- a/client/Makefile +++ b/client/Makefile @@ -14,7 +14,8 @@ py2exepub: py2exeinstall: py2exe rm -rf "c:\goodfet\bin" md "c:\goodfet\bin" - copy "tmp\goodfet\*" "c:\goodfet\bin\" + copy tmp\\goodfet\\* c:\\goodfet\\bin\\ + rem Be sure to add C:\goodfet\bin to %Path%. py2exe: #Run this from Win32 with Python, py2exe, py-serial, and GNU utils. #MSP430 Client