Skip to content

Commit

Permalink
really bugfix now
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Dec 3, 2023
1 parent 14c48ed commit 39974e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ clean:

public/app/bundled/tfjs-wasm: $(wildcard node_modules/@tensorflow/tfjs-backend-wasm/dist/*.wasm)
@mkdir -p $@
@echo node_modules/@tensorflow/tfjs-backend-wasm/dist/*.wasm $^
@cp node_modules/@tensorflow/tfjs-backend-wasm/dist/*.wasm $^
@cp node_modules/@tensorflow/tfjs-backend-wasm/dist/*.wasm $@

0 comments on commit 39974e7

Please sign in to comment.