Preparing for an AVR port of at least the monitor.
[goodfet] / client / Makefile
index 5fa3fc0..c2241b6 100644 (file)
@@ -11,7 +11,11 @@ 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\\
+       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