summaryrefslogtreecommitdiff
path: root/super_donators
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-21 01:05:23 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-21 01:31:11 +0000
commit1cecb6c87a4d1c9773d6861868124a9d0f01f7b2 (patch)
tree2ad5b12a4c97f57628cb0a5d73175ea56331ef44 /super_donators
parent822dd2fac282c5c92c3bb8dc42a190e47d93d9c7 (diff)
Add BUILD files for all the little tools in the repo.
Also, fix av_test.c, since I broke it last time.
Diffstat (limited to 'super_donators')
-rw-r--r--super_donators/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/super_donators/BUILD b/super_donators/BUILD
new file mode 100644
index 00000000..85629756
--- /dev/null
+++ b/super_donators/BUILD
@@ -0,0 +1,4 @@
1cc_binary(
2 name = "grencez_tok5",
3 srcs = ["grencez_tok5.c"],
4)