-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A couple of yaks on my way: - Add bazel `BUILD` file to frozen - Rename some internal mjs functions because they conflicted with frozen PUBLISHED_FROM=fa403fb456b32a9e61af529030c09a12167b8200
- Loading branch information
1 parent
69d64af
commit ea88e40
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# -*- mode: gn -*- | ||
package(default_visibility = ["//visibility:public"]) | ||
|
||
cc_library( | ||
name = "frozen", | ||
srcs = [ | ||
"frozen.c", | ||
], | ||
hdrs = [ | ||
"frozen.h", | ||
], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters