sh-elf-vhex/vxsdk.toml

10 lines
169 B
TOML

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