We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7a124 commit ec776c0Copy full SHA for ec776c0
examples/wasm/Makefile
@@ -50,7 +50,7 @@ target/%.wasm: target/%_bg.wasm
50
wasm-opt -Oz --output $< $@
51
touch $@
52
53
-target/index.html:
+target/index.html: | target
54
ln -sf $(word 1,$(EXAMPLES)).html target/index.html
55
56
target/input.code: ../../src/lib.rs | target
0 commit comments