criu/test/tcp/Makefile
Pavel Emelyanov b2fced0601 tcp: Basic test of tcp conn
Only manual mode at the moment. Need to automate it later.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-04-28 17:59:21 +04:00

6 lines
50 B
Makefile

OBJS=cln srv
all: $(OBJS)
clean:
rm -f $(OBJS)