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)
1126
1126
cp python.wasm web_example/python.wasm
1127
1127
1128
1128
.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)
1130
1130
1131
1131
WEBEX2=web_example_pyrepl_jspi
1132
1132
WEBEX2_DIR=$(EMSCRIPTEN_DIR)/$(WEBEX2)/
@@ -1152,10 +1152,6 @@ $(WEBEX2)/$(ZIP_STDLIB): $(ZIP_STDLIB)
1152
1152
@mkdir -p $(WEBEX2)
1153
1153
@cp $< $@
1154
1154
1155
- $(WEBEX2)/src.mjs: $(WEBEX2_DIR)/src.mjs
1156
- @mkdir -p $(WEBEX2)
1157
- @cp $< $@
1158
-
1159
1155
.PHONY: web_example_pyrepl_jspi
1160
1156
web_example_pyrepl_jspi: $(WEBEX2)/python.mjs $(WEBEX2)/index.html $(WEBEX2)/src.mjs $(WEBEX2)/$(ZIP_STDLIB)
1161
1157
You can’t perform that action at this time.
0 commit comments