criu/test/tcp/Makefile
Kir Kolyshkin 1fa0c0c058 test/*Makefile: add/append PHONY targets
...where they are missing.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-01-11 09:12:35 +04:00

8 lines
76 B
Makefile

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