mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Makefile: make a target workshop_python_emulator
This commit is contained in:
6
Makefile
6
Makefile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user