Skip to content

Commit

Permalink
Fix Makefile chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Feb 21, 2024
1 parent 6e7a124 commit ec776c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target/%.wasm: target/%_bg.wasm
wasm-opt -Oz --output $< $@
touch $@

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

target/input.code: ../../src/lib.rs | target
Expand Down

0 comments on commit ec776c0

Please sign in to comment.