.PHONY: build
build:
cd ${name} && go build -o ../../pkg/${name}.so .
.PHONY: zltx
zltx:
make build name=zltx