mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
.PHONY: %_run
|
|
%_run: $(BUILD_DIR)/%.apk
|
|
$(call rule_label,ADB)
|
|
$(Q) adb install $<
|