CC = gcc all: ../dist/example_pool ../dist/example_pool: pool/*.c ../dist/libmp.so mkdir -pv ../dist $(CC) -L../dist $< -lmp -o $@