diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 07:24:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 07:24:56 -0600 |
| commit | 697696d3dfed934d36b21caa2f87afdfa1da5679 (patch) | |
| tree | dc321f02b16e0cd3baa4990bbd337d45319bb3a9 /Makefile | |
| parent | 754371fdbf52d61dcd57d1b32b453b676cee01cf (diff) | |
fixing the release process
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ build: echo "build it!" -rm resources/*.so cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ - go build -v -x + GO111MODULE=off go build -v -x install: rm -f ~/go/src/go.wit.com/toolkits/*.so |
