fix: Correct incorrect build names

master
Sean McBride 3 years ago
parent feb80243fe
commit e4e3295111

@ -104,7 +104,7 @@ gocr.install: ../runtime/bin/gocr.wasm.so
@make dir license_plate_detection.wasm -C ./wasmception_apps/sod/
dist/lpd.wasm: ./wasmception_apps/sod/bin/license_plate_detection.wasm dist
@cp ./wasmception_apps/sod/bin/license_plate_detection.wasm dist/lpd.wasm
@cp ./wasmception_apps/sod/bin/license_plate_detection.wasm dist/license_plate_detection.wasm
.PHONY: license_plate_detection.install
license_plate_detection.install: ../runtime/bin/license_plate_detection.wasm.so
@ -114,7 +114,7 @@ license_plate_detection.install: ../runtime/bin/license_plate_detection.wasm.so
@make dir resize_image.wasm -C ./wasmception_apps/sod/
dist/resize.wasm: ./wasmception_apps/sod/bin/resize_image.wasm dist
@cp ./wasmception_apps/sod/bin/resize_image.wasm dist/resize.wasm
@cp ./wasmception_apps/sod/bin/resize_image.wasm dist/resize_image.wasm
.PHONY: resize_image.install
resize_image.install: ../runtime/bin/resize_image.wasm.so

Loading…
Cancel
Save