More programs, more libraries. src/modules build files are now saner.

This commit is contained in:
David Given
2016-07-23 00:30:31 +02:00
parent 1fdc69fb97
commit 2770a83837
20 changed files with 256 additions and 221 deletions

View File

@@ -0,0 +1,11 @@
clibrary {
name = "lib",
srcs = { "./*.c" },
deps = {
"modules+headers",
"h+local",
"h+emheaders",
},
}