source: trunk/gui/vizservers/nanoscale/Makefile @ 409

Last change on this file since 409 was 409, checked in by kennell, 18 years ago

Added nanoscale for visualization server load distribution.

File size: 176 bytes
RevLine 
[409]1CFLAGS  = -g
2LDFLAGS =
3TARGETS = server client mycat
4
5all: $(TARGETS)
6
7client: client.o clientlib.o
8
9clean:
10        rm -rf a.out *.o *~ core* $(TARGETS) *.log *.tmp logfile* .deps/*.d
Note: See TracBrowser for help on using the repository browser.