diff options
author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2009-07-30 21:36:06 +0000 |
---|---|---|
committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2009-07-30 21:36:06 +0000 |
commit | 62ca0c342cf5b562b303364f740d7eba77a21ed2 (patch) | |
tree | bc94926c101b18bd816f8c8ccc916922dec5ac22 /pyparallel/makefile | |
parent | 3509fba7dc90b3fc6f18687993547af6d4cc398d (diff) | |
download | pyserial-git-release2_5_rc1.tar.gz |
- create tag for 2.5-rc1release2_5_rc1
- fix name of old 0.2 tag
Diffstat (limited to 'pyparallel/makefile')
-rw-r--r-- | pyparallel/makefile | 6 |
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 |