criu/test/libcriu/Makefile
Ruslan Kuprieiev ca1f60d267 test: libcriu
This test is similiar to test/rpc, and can also be used as an
example of using libcriu.

Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-12-18 14:26:12 +04:00

10 lines
150 B
Makefile

all: build/test
build/test: build/test.o
gcc $^ -L ../../lib -lcriu -o $@
build/test.o: test.c
gcc -c $^ -I ../../lib -o $@
clean:
rm -rf build