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