diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 00:49:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 00:49:52 -0600 |
| commit | ac6a348f5471272f99977e6a00561b0771e9b61a (patch) | |
| tree | e41ba36c2b56afa830068c128e8e989752326bf6 | |
| parent | 03cc26d91f23d8572a46a7e8b8de17cf7aa52554 (diff) | |
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,10 +1,12 @@ +VERSION = $(shell git describe --tags) + all: plugin plugin: GO111MODULE="off" go build -v -x -buildmode=plugin -o ../andlabs.so -pluginreal: - go build -v -x -buildmode=plugin -o ~/go/lib/andlabs.so +install: + go build -buildmode=plugin -o ~/go/lib/andlabs-${VERSION}.so goget: GO111MODULE="off" go get -v -t -u |
