summaryrefslogtreecommitdiffhomepage
path: root/examples/targets/build_config_IntelGalileo.rb
AgeCommit message (Collapse)Author
2020-10-12Build process updated:Yukihiro "Matz" Matsumoto
You have to specify `TARGET` to specify a configuration, e.g. ``` rake TARGET=host-debug all test ``` When you port `mruby` to a new configuration: 1. copy an existing configuration under `target` directory 2. modify the new configuration file 3. build using the new configuration 4. send PR if you please
2020-04-01build when directories and files have spacesDominic Sisneros
Modified the build to quote filenames so that it builds when files have spaces
2014-05-10Update example build_config to include host build settingkyab