mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Clean the workshop_python_emulator rule
This commit is contained in:
committed by
EmilieNumworks
parent
c97903f3be
commit
fd3c66aaeb
12
Makefile
12
Makefile
@@ -149,23 +149,11 @@ default: $(DEFAULT)
|
||||
# Load standard build rules
|
||||
include build/rules.mk
|
||||
|
||||
.PHONY: workshop_python_emulator
|
||||
workshop_python_emulator:
|
||||
make PLATFORM=emscripten clean_for_apps_selection
|
||||
make -j8 PLATFORM=emscripten EPSILON_APPS=code
|
||||
make PLATFORM=emscripten clean_for_apps_selection
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
@echo "CLEAN"
|
||||
$(Q) rm -rf $(BUILD_DIR)
|
||||
|
||||
.PHONY: clean_for_apps_selection
|
||||
clean_for_apps_selection:
|
||||
@echo "CLEAN BEFORE CHANGING EPSILON_APPS"
|
||||
$(Q) rm -f $(BUILD_DIR)/apps/apps_container_storage.o
|
||||
$(Q) rm -f $(BUILD_DIR)/apps/i18n.*
|
||||
|
||||
.PHONY: cowsay_%
|
||||
cowsay_%:
|
||||
@echo " -------"
|
||||
|
||||
@@ -1,2 +1,14 @@
|
||||
$(BUILD_DIR)/epsilon.packed.js: LDFLAGS += --memory-init-file 0
|
||||
$(BUILD_DIR)/epsilon.packed.js: $(call object_for,$(all_epsilon_default_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
|
||||
make PLATFORM=simulator TARGET=web clean_for_apps_selection
|
||||
|
||||
.PHONY: clean_for_apps_selection
|
||||
clean_for_apps_selection:
|
||||
@echo "CLEAN BEFORE CHANGING EPSILON_APPS"
|
||||
$(Q) rm -f $(BUILD_DIR)/apps/apps_container_storage.o
|
||||
$(Q) rm -f $(BUILD_DIR)/apps/i18n.*
|
||||
|
||||
Reference in New Issue
Block a user