source: tools/SocketClient/Makefile@ 796

Last change on this file since 796 was 15, checked in by ogrimm, 16 years ago
SocketClient checked in
File size: 71 bytes
Line 
1CC=g++
2
3PROG=SocketClient
4
5all: $(PROG)
6 $(CC) $(PROG).cpp -o $(PROG)
7
Note: See TracBrowser for help on using the repository browser.