Files
Upsilon/build/targets.simulator.ios.mak
2020-04-03 22:26:55 -04:00

7 lines
148 B
Makefile

ifeq ($(APPLE_PLATFORM),ios-simulator)
.PHONY: %_run
%_run: $(BUILD_DIR)/%.app
$(call rule_label,XCRUN)
$(Q) xcrun simctl install booted $^
endif