mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
ifndef ARCH
|
|
HANDY_TARGETS_EXTENSIONS += apk
|
|
endif
|
|
|
|
.PHONY: %_run
|
|
%_run: $(BUILD_DIR)/%.apk
|
|
$(call rule_label,ADB)
|
|
$(Q) adb install $<
|