]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add cygwin makefile.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 10 Jun 2006 07:46:49 +0000 (07:46 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 10 Jun 2006 07:46:49 +0000 (07:46 +0000)
Tools/buildbot/Makefile [new file with mode: 0644]

diff --git a/Tools/buildbot/Makefile b/Tools/buildbot/Makefile
new file mode 100644 (file)
index 0000000..1660231
--- /dev/null
@@ -0,0 +1,6 @@
+all:   kill_python.exe
+       ./kill_python.exe
+
+kill_python.exe:       kill_python.c
+       gcc -o kill_python.exe kill_python.c -lpsapi
+