criu/test/ext-links/Makefile
Pavel Emelyanov 0758b4c216 test: Test and example how to dump namespace with macvlan
One note -- the macvlan's index _does_ change. We should
either patch iproute2 or use raw kernel API to preserve it.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-12-26 22:40:30 +04:00

4 lines
130 B
Makefile

all: mvlink.so
mvlink.so: mvlink.c
gcc -g -Werror -Wall -shared -nostartfiles mvlink.c -o mvlink.so -iquote ../../include -fPIC