Ensure the modules properly depend on their headers.
This commit is contained in:
parent
fee47b25c3
commit
4ba409eb74
|
@ -2,7 +2,6 @@ clibrary {
|
|||
name = "lib",
|
||||
srcs = { "./*.c" },
|
||||
hdrs = { "./*.h" },
|
||||
deps = {
|
||||
},
|
||||
deps = { "./*.h" },
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue