cprogram works.

This commit is contained in:
David Given
2016-06-09 07:14:41 +02:00
parent f47bb49c1f
commit 015804afce
3 changed files with 50 additions and 267 deletions

View File

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