Skip to content

Commit af59a5c

Browse files
committed
[interpreter] Fix Makefile targets
1 parent da278f8 commit af59a5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interpreter/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ zip: $(ZIP)
3333

3434
# Building
3535

36+
.PHONY: $(NAME) $(JSLIB)
37+
3638
$(NAME):
3739
rm -f $@
3840
dune build $@.exe

0 commit comments

Comments
 (0)