Skip to content

Commit

Permalink
Fix go install.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 5, 2024
1 parent 8f2814d commit 77b0b92
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Wetware
.envrc
ww

# Binaries for programs and plugins
*.exe
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ generate:
publish: generate
ipfs add -r .

binary: generate
go build -o ww cmd/main.go

install:
go install github.com/wetware/go/cmd
go install github.com/wetware/go/cmd/ww
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cmd/main.go → cmd/ww/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"github.com/lmittmann/tint"
"github.com/urfave/cli/v2"

"github.com/wetware/go/cmd/export"
"github.com/wetware/go/cmd/run"
"github.com/wetware/go/cmd/internal/export"
"github.com/wetware/go/cmd/internal/run"
)

func main() {
Expand Down
Binary file modified examples/hello-world/main.wasm
Binary file not shown.
Binary file modified system/cmd/nop/main.wasm
Binary file not shown.
File renamed without changes.

0 comments on commit 77b0b92

Please sign in to comment.