Makefile: make a target workshop_python_emulator

This commit is contained in:
Émilie Feral
2019-07-12 10:42:04 +02:00
parent a8a5912319
commit b439e1fc1e

View File

@@ -130,6 +130,12 @@ $(eval $(call rule_for, \
$$(LD) $$^ $$(LDFLAGS) -o $$@ \
))
.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"