source: trunk/essentials/dev-lang/python/Tools/buildbot/Makefile

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 119 bytes
Line 
1all: kill_python.exe
2 ./kill_python.exe
3
4kill_python.exe: kill_python.c
5 gcc -o kill_python.exe kill_python.c -lpsapi
6
Note: See TracBrowser for help on using the repository browser.