Mercurial
comparison mrjunejune/BUILD @ 202:b9b184b3303c
[Notes] Images get processed and it is properly fetched. Thank you.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 09:12:57 -0800 |
| parents | 6cdee35a7ba9 |
| children | e5aed6c36672 |
comparison
equal
deleted
inserted
replaced
| 201:6cdee35a7ba9 | 202:b9b184b3303c |
|---|---|
| 97 name = "config_file", | 97 name = "config_file", |
| 98 srcs = [".config"], | 98 srcs = [".config"], |
| 99 visibility = ["//visibility:public"], | 99 visibility = ["//visibility:public"], |
| 100 ) | 100 ) |
| 101 | 101 |
| 102 filegroup( | |
| 103 name = "data_dir", | |
| 104 srcs = glob(["data/*"]), | |
| 105 visibility = ["//visibility:public"], | |
| 106 ) | |
| 107 | |
| 102 # Run this to create html files | 108 # Run this to create html files |
| 103 cc_binary( | 109 cc_binary( |
| 104 name = "create_html_from_md", | 110 name = "create_html_from_md", |
| 105 srcs = ["create_html_from_md.c"], | 111 srcs = ["create_html_from_md.c"], |
| 106 deps = [ | 112 deps = [ |