installable works, although it's a bit kludgy. Change the : separator to +

because : is special in make and non of the others I could think of would work.
This commit is contained in:
David Given
2016-06-14 07:34:14 +02:00
parent 605651776e
commit 09554cb324
5 changed files with 91 additions and 16 deletions

View File

@@ -6,6 +6,6 @@ bundle {
clibrary {
name = "string",
srcs = { "./src/string/*.c" },
deps = { ":headers" },
deps = { "#headers" },
}