File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1126,7 +1126,7 @@ web_example/python.mjs web_example/python.wasm: $(BUILDPYTHON)
11261126 cp python.wasm web_example/python.wasm
11271127
11281128.PHONY: web_example
1129- web_example: web_example/python.mjs web_example/index.html web_example/src.mjs web_example/ server.py web_example/$(ZIP_STDLIB)
1129+ web_example: web_example/python.mjs web_example/index.html web_example/server.py web_example/$(ZIP_STDLIB)
11301130
11311131WEBEX2=web_example_pyrepl_jspi
11321132WEBEX2_DIR=$(EMSCRIPTEN_DIR)/$(WEBEX2)/
@@ -1152,10 +1152,6 @@ $(WEBEX2)/$(ZIP_STDLIB): $(ZIP_STDLIB)
11521152 @mkdir -p $(WEBEX2)
11531153 @cp $< $@
11541154
1155- $(WEBEX2)/src.mjs: $(WEBEX2_DIR)/src.mjs
1156- @mkdir -p $(WEBEX2)
1157- @cp $< $@
1158-
11591155.PHONY: web_example_pyrepl_jspi
11601156web_example_pyrepl_jspi: $(WEBEX2)/python.mjs $(WEBEX2)/index.html $(WEBEX2)/src.mjs $(WEBEX2)/$(ZIP_STDLIB)
11611157
You can’t perform that action at this time.
0 commit comments