Skip to content

Commit

Permalink
[interpreter] Fix Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Sep 25, 2023
1 parent bfb21e9 commit 404c81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interpreter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ zip: $(ZIP)

# Building

.PHONY: $(NAME) $(JSLIB)

$(NAME):
rm -f $@
dune build $@.exe
Expand Down

0 comments on commit 404c81c

Please sign in to comment.