Mercurial
comparison seobeo/BUILD @ 3:2758f5527d2b
[Seobeo] Working on simple TCP server and client logic.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 24 Sep 2025 18:49:09 -0700 |
| parents | adcfad6e86fb |
| children | 1e61008b9980 |
comparison
equal
deleted
inserted
replaced
| 2:8a43dedbe530 | 3:2758f5527d2b |
|---|---|
| 11 cc_binary( | 11 cc_binary( |
| 12 name = "seobeo_example_mac", | 12 name = "seobeo_example_mac", |
| 13 srcs = ["main.c"], | 13 srcs = ["main.c"], |
| 14 deps = [":seobeo_non_window"], | 14 deps = [":seobeo_non_window"], |
| 15 data = [ | 15 data = [ |
| 16 "index.html" | 16 "pages/index.html" |
| 17 ], | 17 ], |
| 18 target_compatible_with = [ | 18 target_compatible_with = [ |
| 19 "@platforms//os:osx", | 19 "@platforms//os:osx", |
| 20 ], | 20 ], |
| 21 ) | 21 ) |