Skip to content

Commit ec776c0

Browse files
committed
Fix Makefile chain.
1 parent 6e7a124 commit ec776c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wasm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ target/%.wasm: target/%_bg.wasm
5050
wasm-opt -Oz --output $< $@
5151
touch $@
5252

53-
target/index.html:
53+
target/index.html: | target
5454
ln -sf $(word 1,$(EXAMPLES)).html target/index.html
5555

5656
target/input.code: ../../src/lib.rs | target

0 commit comments

Comments
 (0)