sh-elf-vhex/vxsdk.toml

11 lines
278 B
TOML

[package]
name = 'sh-elf-vhex'
version = '1.0.0'
type = 'custom'
[[build]]
custom.configure = 'make -f giteapc.make configure'
custom.build = 'make -f giteapc.make build'
custom.install = 'make -f giteapc.make install'
custom.uninstall = 'make -f giteapc.make uninstall'