json format changed a little.

This commit is contained in:
Norayr Chilingarian 2024-02-02 03:03:04 +04:00
parent ed99e3ef03
commit 567a4de59e
23 changed files with 125 additions and 105 deletions

View file

@ -10,9 +10,9 @@
"tag" : "0.1"
},
"Build":
{
"voc -s": "src/ucl.Mod",
"CFLAGS=-lucl voc -m": "test/libucl_test.Mod",
"cp": "test/example.ucl .",
}
[
{"command": "voc -s", "file": "src/ucl.Mod"},
{"command": "CFLAGS=-lucl voc -m", "file": "test/libucl_test.Mod"},
{"command": "cp", "file": "test/example.ucl ."}
]
}