[project] name = 'vxkernel' version = '0.5.0' [build] configure = 'python3 ./configure --board=fxcg50' build = 'make' install = 'make install' uninstall = 'make uninstall' [dependencies] sh-elf-vhex = 'master'