source: trunk/p2p/Makefile @ 3177

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

Major reorganization of p2p code, and support for solicit/proffer
messages.

File size: 205 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 \
7                options.tcl protocols.tcl statemachine.tcl wonks.tcl \
8                foreman.tcl
Note: See TracBrowser for help on using the repository browser.