8 lines
111 B
Makefile
8 lines
111 B
Makefile
all: frontend backend
|
|
|
|
frontend:
|
|
yarn dev-build
|
|
|
|
backend:
|
|
go build -o ./dist/zabbix-plugin_linux_amd64 ./pkg
|