source:
trunk/essentials/dev-lang/python/Tools/buildbot/Makefile
Last change on this file was 3225, checked in by , 18 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | all: kill_python.exe |
2 | ./kill_python.exe |
3 | |
4 | kill_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.