Skip to content

Commit

Permalink
bring back the wasm executable at the root of the interpreter directory
Browse files Browse the repository at this point in the history
when running make
  • Loading branch information
zapashcanon committed Jun 20, 2023
1 parent cc197d0 commit 64f328f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions interpreter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ ci: all jslib
.PHONY: $(NAME).exe
$(NAME).exe:
dune build $@
rm -f $(NAME)
cp $(BUILDDIR)/$(OPT) $(NAME)

.PHONY: smallint.exe
smallint.exe:
Expand Down
2 changes: 1 addition & 1 deletion interpreter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you have OCaml, simply do
```
make
```
You'll get an executable named `_build/default/wasm.exe`.
You'll get an executable named `./wasm`.
To run the test suite,
```
make test
Expand Down

0 comments on commit 64f328f

Please sign in to comment.