Mercurial
annotate gara/BUILD @ 64:a30944e5719e
Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 15:18:46 -0800 |
| parents | ac8626c7859c |
| children | dbf14f84d51c |
| rev | line source |
|---|---|
|
45
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary") |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
2 |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
3 cc_binary( |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
4 name = "gara_c", |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
5 srcs = ["main.c"], |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
6 deps = ["//seobeo:seobeo"], |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
7 ) |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
8 |
|
ac8626c7859c
[Gara] Re-writing basic logic in C and hoping that I can import that into Java.
MrJuneJune <me@mrjunejune.com>
parents:
diff
changeset
|
9 |