diff --git a/lists.json b/lists.json index 4762836..f4d0431 100644 --- a/lists.json +++ b/lists.json @@ -8,5 +8,14 @@ "type": "git", "path": "https://github.com/norayr/lists", "tag" : "0.1" + }, + "Build": + { + "voc -s": "src/lDefs.Mod", + "voc -s": "src/strutils.Mod", + "voc -s": "src/List.Mod", + "voc -s": "src/StringList.Mod", + "voc -m": "tst/TestList.Mod", + "voc -m": "tst/TestStrutils.Mod" } }