Skip to content

Commit

Permalink
revert-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekko0114 committed Oct 28, 2023
1 parent c94d7e2 commit bcd86e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ guest/.tinygo-target.json: scheduler/go.mod
build-wat: $(wildcard scheduler/test/testdata/*/*.wat)
@for f in $^; do \
wasm=$$(echo $$f | sed -e 's/\.wat/\.wasm/'); \
wat2wasm $$f -o $$wasm --debug-names $$f; \
wat2wasm -o $$wasm --debug-names $$f; \
done

.PHONY: testdata
Expand Down

0 comments on commit bcd86e3

Please sign in to comment.