summaryrefslogtreecommitdiffstats
path: root/Tools/buildbot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/buildbot/Makefile')
-rw-r--r--Tools/buildbot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/buildbot/Makefile b/Tools/buildbot/Makefile
new file mode 100644
index 0000000..1660231
--- /dev/null
+++ b/Tools/buildbot/Makefile
@@ -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
+