diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 16:54:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 16:54:16 -0600 |
| commit | af99bd179c75f331497dbdc23e83b9e6c0a5f349 (patch) | |
| tree | 89876d7e9350994c454cba648559f47c870f48d9 /Makefile | |
| parent | 3133bb0801bcfd3912e994d67349443fd3230512 (diff) | |
include toolkit resources in binaryv0.21.2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ VERSION = $(shell git describe --tags) all: + -rm resources/*.so + touch resources/blank.so + -cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins in the binary GO111MODULE=off go build -v -x \ -ldflags "-X main.VERSION=${VERSION}" ./helloworld |
