source: trunk/p2p/Makefile @ 1257

Last change on this file since 1257 was 1257, checked in by mmc, 15 years ago

Added a new Rappture::sysinfo command for querying system load
information. Updated the p2p software to use that command to
gauge the load of workers and execute a "perftest" executable
from time to time to measure worker output.

File size: 132 bytes
Line 
1CC = gcc
2CFLAGS = -O3
3
4all:
5        $(CC) $(CFLAGS) perftest.c -o perftest
6        ./mkindex handler.tcl server.tcl client.tcl log.tcl random.tcl
Note: See TracBrowser for help on using the repository browser.