Skip to content

Commit

Permalink
add missing build files
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 4, 2024
1 parent 3338a4c commit 9d84fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added rules/BUILD.bazel
Empty file.
3 changes: 2 additions & 1 deletion test/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@bzlws//:index.bzl", "bzlws_copy", "bzlws_link")
load("@bzlws//rules:bzlws_copy.bzl", "bzlws_copy")
load("@bzlws//rules:bzlws_link.bzl", "bzlws_link")

bzlws_copy(
name = "copy_example_txt",
Expand Down

0 comments on commit 9d84fa6

Please sign in to comment.