criu/test/others/mounts/ext/Makefile
Andrew Vagin 88aaae3ace tests: move non-zdtm tests to tests/others/
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-02-24 13:09:17 +03:00

13 lines
257 B
Makefile

all: ext-mount.so ns_init
ext-mount.so: ext-mount.c
gcc -g -Werror -Wall -shared -nostartfiles ext-mount.c -o ext-mount.so -iquote ../../../include -fPIC
ns_init: ns_init.o
gcc -static $< -o $@
ns_init.o: ns_init.c
gcc -c $< -o $@
run: all
./run.sh