diff --git a/Makefile b/Makefile index 77314e6..27adc89 100644 --- a/Makefile +++ b/Makefile @@ -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 $@