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,9 @@
clibrary {
name = "lib",
srcs = {
"./*.c"
},
hdrs = { "./inp_pkg.*" }
}