mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
11 lines
199 B
Makefile
11 lines
199 B
Makefile
ifndef ARCH
|
|
HANDY_TARGETS_EXTENSIONS += apk
|
|
endif
|
|
|
|
ifeq ($(APPLE_PLATFORM),ios-simulator)
|
|
.PHONY: %_run
|
|
%_run: $(BUILD_DIR)/%.app
|
|
$(call rule_label,XCRUN)
|
|
$(Q) xcrun simctl install booted $^
|
|
endif
|