Erythro/build.json

20 lines
282 B
JSON
Raw Permalink Normal View History

2021-03-12 23:46:10 +00:00
{
"name": "Erythro",
"author": "Curle",
"source": {
"src": [
"$root/src/*.c"
],
"inc": [
"$root/include/"
]
},
"build": {
"compile": [
"-g -I$inc",
"$src"
]
}
}