Updated Makefile to build py2exe.
[goodfet] / client / p2e.txt
diff --git a/client/p2e.txt b/client/p2e.txt
new file mode 100644 (file)
index 0000000..c44ca0d
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/env python\r
+# GoodFET py2exe Script\r
+# \r
+# Written poorly by Q, amended by Travis.\r
+# PYTHONCONSOLE is rewritten by sed to be the proper name.\r
+# Build with 'make py2exe' on Win32 with Python, py2exe, py-serial, and GNU.\r
+\r
+from distutils.core import setup\r
+import py2exe\r
+\r
+setup(console=['PYTHONCONSOLE'])\r