summaryrefslogtreecommitdiff
path: root/pyparallel/src/win32/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pyparallel/src/win32/makefile')
-rw-r--r--pyparallel/src/win32/makefile9
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