plugins/plugins/Makefile

7 lines
109 B
Makefile

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