mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 18:19:39 +00:00
4 lines
148 B
Makefile
4 lines
148 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
|