summaryrefslogtreecommitdiff
path: root/pyparallel/makefile
diff options
context:
space:
mode:
authornobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-11-06 22:17:22 +0000
committernobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2003-11-06 22:17:22 +0000
commit762c403822a22603bc4bbf640830feb8b9416549 (patch)
tree0b09a8ed2e86a25dc9144c2142c3759ce46129b8 /pyparallel/makefile
parent5600e7c933126feb6a410aa37cc5701803983edb (diff)
downloadpyserial-git-762c403822a22603bc4bbf640830feb8b9416549.tar.gz
This commit was manufactured by cvs2svn to create tag 'release2_0'.release2_0
Diffstat (limited to 'pyparallel/makefile')
-rw-r--r--pyparallel/makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyparallel/makefile b/pyparallel/makefile
deleted file mode 100644
index 182cf58..0000000
--- a/pyparallel/makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- ./setup.py build --compiler=mingw32
- cp build/lib.win32-2.2/_pyparallel.pyd ./parallel
-
-installer: all
- ./setup.py bdist_wininst