mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Move %_run targets in the build dir
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
ifndef ARCH
|
||||
HANDY_TARGETS_EXTENSIONS += apk
|
||||
endif
|
||||
|
||||
.PHONY: %_run
|
||||
%_run: $(BUILD_DIR)/%.apk
|
||||
$(call rule_label,ADB)
|
||||
$(Q) adb install $<
|
||||
|
||||
10
build/targets.simulator.ios.mak
Normal file
10
build/targets.simulator.ios.mak
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user