From 467f1315f1e7903bb79dbc779a4e64cf8560efad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 10 Jun 2006 07:46:49 +0000 Subject: [PATCH] Add cygwin makefile. --- Tools/buildbot/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Tools/buildbot/Makefile diff --git a/Tools/buildbot/Makefile b/Tools/buildbot/Makefile new file mode 100644 index 000000000000..166023184819 --- /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 + -- 2.47.3