Ensure the modules properly depend on their headers.

This commit is contained in:
David Given 2016-11-05 11:52:54 +01:00
parent fee47b25c3
commit 4ba409eb74

View file

@ -2,7 +2,6 @@ clibrary {
name = "lib", name = "lib",
srcs = { "./*.c" }, srcs = { "./*.c" },
hdrs = { "./*.h" }, hdrs = { "./*.h" },
deps = { deps = { "./*.h" },
},
} }