source:
branches/1.3/p2p/Makefile
@
4239
Last change on this file since 4239 was 1273, checked in by mmc, 16 years ago | |
---|---|
File size: 205 bytes |
Line | |
---|---|
1 | CC = gcc |
2 | CFLAGS = -O3 |
3 | |
4 | all: |
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.