Skip to content

Commit

Permalink
Fix dependency chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Aug 24, 2023
1 parent 867aede commit 8419e44
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 @@ -37,7 +37,7 @@ build: | target
example.html > target/$$example.html; \
done

../../target/wasm32-unknown-unknown/wasm-release/examples/%.wasm: | build
../../target/wasm32-unknown-unknown/wasm-release/examples/%.wasm: build
@true

target/%_bg.wasm: ../../target/wasm32-unknown-unknown/wasm-release/examples/%.wasm
Expand Down

0 comments on commit 8419e44

Please sign in to comment.