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 0200871 commit a6855a7Copy full SHA for a6855a7
interpreter/Makefile
@@ -92,7 +92,7 @@ install:
92
.PHONY: clean
93
94
$(ZIP):
95
- git archive --format=zip --prefix=wasm/ -o $@ HEAD
+ git archive --format=zip --prefix=$(NAME)/ -o $@ HEAD
96
97
clean:
98
dune clean
0 commit comments