mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[build] Add %_run targets to linux, macos and windows platforms
This commit is contained in:
committed by
LeaNumworks
parent
0dcb4e9aff
commit
80f3af389f
4
build/targets.simulator.linux.mak
Normal file
4
build/targets.simulator.linux.mak
Normal file
@@ -0,0 +1,4 @@
|
||||
.PHONY: %_run
|
||||
%_run: $(BUILD_DIR)/%.$(EXE)
|
||||
$(call rule_label,EXE)
|
||||
$(Q) ./$^
|
||||
4
build/targets.simulator.macos.mak
Normal file
4
build/targets.simulator.macos.mak
Normal file
@@ -0,0 +1,4 @@
|
||||
.PHONY: %_run
|
||||
%_run: $(BUILD_DIR)/%.app
|
||||
$(call rule_label,OPEN)
|
||||
$(Q) open $^
|
||||
4
build/targets.simulator.windows.mak
Normal file
4
build/targets.simulator.windows.mak
Normal file
@@ -0,0 +1,4 @@
|
||||
PHONY: %_run
|
||||
t %_run: $(BUILD_DIR)/%.$(EXE)
|
||||
$(call rule_label,EXE)
|
||||
$(Q) ./$^
|
||||
Reference in New Issue
Block a user