summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/Makefile
blob: 65bd8f02c585252bd94417a6785e2ed653f7c319 (plain)
1
2
3
4
5
6
7
all: plugin

plugin:
	GO111MODULE="off" go build -buildmode=plugin -o ../andlabs.so

goget:
	GO111MODULE="off" go get -v -t -u