Skip to content

Commit

Permalink
Fix makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Aug 14, 2024
1 parent db3b7a3 commit d85f3e7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean

all: binary
all: install

clean:
@if [ -f "ww" ]; then rm ww; fi
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.
2 changes: 1 addition & 1 deletion system/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/wetware/go/system"
)

const IPFS_ROOT = "/ipfs/QmcKcGYiGcfSQ1s3VX7SnzQwRZHsgAuuPXdnrRghjCrBMx/system/testdata/fs"
const IPFS_ROOT = "/ipfs/QmQBVbGXWHoMDCrUfybMEHKa5zx71KaTCLwdUSNcb68WWi/system/testdata/fs"

func TestFS(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit d85f3e7

Please sign in to comment.