jehanne/sys/src/lib.json

17 lines
174 B
JSON

{
"Libs": {
"Include": [
"/arch/$ARCH/include/cflags.json"
],
"Oflags": [
"-static"
],
"Post": [
"rm *.o"
],
"Pre": [
"rm -f *.o *.tag.*"
]
}
}