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, 0 insertions, 6 deletions
diff --git a/Tools/buildbot/Makefile b/Tools/buildbot/Makefile
deleted file mode 100644
index 1660231..0000000
--- a/Tools/buildbot/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all: kill_python.exe
- ./kill_python.exe
-
-kill_python.exe: kill_python.c
- gcc -o kill_python.exe kill_python.c -lpsapi
-