We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76175d2 commit 2d62820Copy full SHA for 2d62820
bazel/BUILD.horus
@@ -24,7 +24,7 @@ erlang_bytecode(
24
srcs = [
25
"src/horus.erl",
26
"src/horus_cover.erl",
27
- "src/horus_utils.erl",
+ "src/horus_utils.erl"
28
],
29
hdrs = [":public_and_private_hdrs"],
30
app_name = "horus",
@@ -50,8 +50,9 @@ filegroup(
50
filegroup(
51
name = "private_hdrs",
52
53
+ "src/horus_cover.hrl",
54
"src/horus_error.hrl",
- "src/horus_fun.hrl",
55
+ "src/horus_fun.hrl"
56
57
)
58
0 commit comments