summaryrefslogtreecommitdiff
path: root/pyparallel/makefile
diff options
context:
space:
mode:
authornobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-12-06 00:21:53 +0000
committernobody <nobody@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-12-06 00:21:53 +0000
commit0d8b40d235efee4543e3784db4a888d9f059f3f9 (patch)
treef2f15b6f47837eb4ec2491519389eccceb3632be /pyparallel/makefile
parent33b040d48ec037c790e2946046405464138f4bda (diff)
downloadpyserial-git-release1_18.tar.gz
This commit was manufactured by cvs2svn to create tag 'release1_18'.release1_18
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