source: branches/r9/p2p/Makefile.in @ 4855

Last change on this file since 4855 was 4855, checked in by gah, 9 years ago
File size: 205 bytes
RevLine 
[1257]1CC = gcc
2CFLAGS = -O3
3
[1251]4all:
[1257]5        $(CC) $(CFLAGS) perftest.c -o perftest
[1273]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.