head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 99.05.02.03.38.06; author chris; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @CC = gcc CFLAGS = -O2 LDFLAGS = -s LIBS = server: client.o $(CC) $(LDFLAGS) client.o $(LIBS) -o client clean: rm -f client core *.o *~ .*~ \#*# all: clean client @