diff options
| author | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2013-10-17 16:04:58 +0000 |
|---|---|---|
| committer | cliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a> | 2013-10-17 16:04:58 +0000 |
| commit | 8bec55528827d09937f411e27195ec396993d75c (patch) | |
| tree | aae3383121e8513390cfa7362de60348e0e45699 /pyparallel/src/win32/makefile | |
| parent | 5425bb0510ab10b4601139b7fec64a61e2aec543 (diff) | |
| download | pyserial-git-release2_7.tar.gz | |
Diffstat (limited to 'pyparallel/src/win32/makefile')
| -rw-r--r-- | pyparallel/src/win32/makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pyparallel/src/win32/makefile b/pyparallel/src/win32/makefile deleted file mode 100644 index fad59ee..0000000 --- a/pyparallel/src/win32/makefile +++ /dev/null @@ -1,9 +0,0 @@ -CFLAGS = -mno-cygwin -mdll -O -Wall - -.PHONY: clean FORCE - -simpleio.dll: simpleio.o - gcc -mno-cygwin -mdll -static -s $^ -Wl,--export-all-symbols,--kill-at -o $@ - -clean: - rm -f simpleio.dll simpleio.o |
