[build] Remove useless and wrong workshop_python_emulator (GET_OPT

option is missing, which also forces a real clean)
This commit is contained in:
Émilie Feral
2020-02-10 17:28:28 +01:00
committed by Ecco
parent 2351b03fb7
commit b85f19c99c

View File

@@ -5,12 +5,6 @@ $(BUILD_DIR)/test.headless.js: EMSCRIPTEN_MODULARIZE = 0
$(BUILD_DIR)/epsilon.packed.js: $(call object_for,$(epsilon_src))
$(BUILD_DIR)/epsilon.official.packed.js: $(call object_for,$(epsilon_official_src))
.PHONY: workshop_python_emulator
workshop_python_emulator:
$(MAKE) PLATFORM=simulator TARGET=web clean_for_apps_selection
$(MAKE) PLATFORM=simulator TARGET=web EPSILON_APPS=code epsilon.official.js
$(MAKE) PLATFORM=simulator TARGET=web clean_for_apps_selection
.PHONY: clean_for_apps_selection
clean_for_apps_selection:
@echo "CLEAN BEFORE CHANGING EPSILON_APPS"