summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 03:14:05 -0600
committerJeff Carr <[email protected]>2024-12-04 03:14:05 -0600
commit7b9f4389c252384cccb56b3cca716c53cf07d93f (patch)
treefa4d3600c399874d0f76d51a922781ece6f59cb1 /Makefile
parentbcd19ae72b00bb4ea4232de56679ef986dee9e3c (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7633169..bca6e66 100644
--- a/Makefile
+++ b/Makefile
@@ -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}"