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 bfb21e9 commit 404c81cCopy full SHA for 404c81c
interpreter/Makefile
@@ -33,6 +33,8 @@ zip: $(ZIP)
33
34
# Building
35
36
+.PHONY: $(NAME) $(JSLIB)
37
+
38
$(NAME):
39
rm -f $@
40
dune build $@.exe
0 commit comments