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

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

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