We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc197d0 commit 64f328fCopy full SHA for 64f328f
interpreter/Makefile
@@ -34,6 +34,8 @@ ci: all jslib
34
.PHONY: $(NAME).exe
35
$(NAME).exe:
36
dune build $@
37
+ rm -f $(NAME)
38
+ cp $(BUILDDIR)/$(OPT) $(NAME)
39
40
.PHONY: smallint.exe
41
smallint.exe:
interpreter/README.md
@@ -24,7 +24,7 @@ Once you have OCaml, simply do
24
```
25
make
26
27
-You'll get an executable named `_build/default/wasm.exe`.
+You'll get an executable named `./wasm`.
28
To run the test suite,
29
30
make test
0 commit comments