new: implement PULL command, add join functions

This commit is contained in:
ngn
2024-07-01 06:43:20 +03:00
parent 5513abb371
commit 3c603fef22
37 changed files with 791 additions and 338 deletions

View File

@ -22,9 +22,9 @@ dist/libmp.so: $(OBJS)
dist/%.o: src/%.c
mkdir -p dist/ctx
mkdir -p dist/pkg
mkdir -p dist/mptp
mkdir -p dist/pool
mkdir -p dist/package
$(CC) -c -Wall -fPIC -o $@ $^ $(LIBS) $(CFLAGS) -DLM_VERSION=\"${VERSION}\" -DLM_DEBUG=${DEBUG}
locale/%.mo: locale/%.po