Makefile 75 B

12345
  1. BIN=../bin/plugin1.so
  2. all: plug.go
  3. go build -o ${BIN} -buildmode=plugin