mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 17:49:13 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
7 lines
168 B
Makefile
7 lines
168 B
Makefile
all: ext-mount.so
|
|
|
|
ext-mount.so: ext-mount.c
|
|
gcc -g -Werror -Wall -shared -nostartfiles ext-mount.c -o ext-mount.so -iquote ../../../include -fPIC
|
|
|
|
run: all
|
|
./run.sh
|