plugins/plugins/Makefile

7 lines
112 B
Makefile

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