fix: list archive extraction and package creation errors
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
CC = gcc
|
||||
|
||||
all: ../dist/example_pool ../dist/example_server
|
||||
all: ../dist/example_client ../dist/example_server
|
||||
|
||||
../dist/example_pool: pool/*.c ../dist/libmp.so
|
||||
../dist/example_client: client/*.c ../dist/libmp.so
|
||||
mkdir -pv ../dist
|
||||
$(CC) -L../dist $< -lmp -o $@
|
||||
|
||||
|
Reference in New Issue
Block a user