diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 17:43:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 17:43:11 -0600 |
| commit | 9d965ee05af4e2bc6a197eba29c8fe9fad75b5d0 (patch) | |
| tree | b9841e90977451192ea02b468281dccae700ca66 | |
| parent | d14f8985e095817a41ad07eb7b09e80a50bd9e8e (diff) | |
minor
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +3,10 @@ VERSION = $(shell git describe --tags) all: plugin plugin: - GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so + GO111MODULE=off go build -v -x -buildmode=plugin -o andlabs.so install: + rm -f andlabs.so go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so goget: |
