Erythro/build.json
2021-03-12 23:48:06 +00:00

20 lines
282 B
JSON

{
"name": "Erythro",
"author": "Curle",
"source": {
"src": [
"$root/src/*.c"
],
"inc": [
"$root/include/"
]
},
"build": {
"compile": [
"-g -I$inc",
"$src"
]
}
}