sh-elf-vhex/vxsdk.toml

12 lines
180 B
TOML

[project]
name = 'sh-elf-vhex'
type = 'app'
target = [
'superh'
]
[superh.build]
build = 'make build'
install = 'make install'
uninstall = 'make uninstall'