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
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.