Skip to content

Commit

Permalink
List supported commands in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hchataing committed Dec 22, 2023
1 parent 00768c2 commit 6533f03
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 11 deletions.
4 changes: 3 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ cc_library(
"-I.",
"-fmacro-prefix-map=external/rootcanal/=",
],
linkopts = [
"-lcrypto",
],
defines = [
"NDEBUG",
],
Expand All @@ -223,7 +226,6 @@ cc_library(
":rootcanal_rs",
"//packets:generated",
"@fmtlib",
"@boringssl//:crypto",
"@pdl//:packet_runtime",
],
)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 6533f03

Please sign in to comment.