first commit
This commit is contained in:
7
examples/Makefile
Normal file
7
examples/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
CC = gcc
|
||||
|
||||
all: ../dist/example_pool
|
||||
|
||||
../dist/example_pool: pool/*.c ../dist/libmp.so
|
||||
mkdir -pv ../dist
|
||||
$(CC) -L../dist $< -lmp -o $@
|
Reference in New Issue
Block a user