4 lines
97 B
Makefile
4 lines
97 B
Makefile
|
# Default to xt-run but let the user override to xtsc-run if they desire
|
||
|
EMU_PLATFORM ?= xt-run
|
||
|
|