diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ auto-build: build build: -rm resources/*.so touch resources/blank.so - -cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ # embed the toolkit plugins + -cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ # embed the toolkit plugins GO111MODULE="off" go build -v \ -ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}" |
