Browse Source

[nobuild] rebuilding all assets is fast enough for any use case

rexim 2 years ago
parent
commit
e4cd32ef59
1 changed files with 0 additions and 1 deletions
  1. 0 1
      nobuild.c

+ 0 - 1
nobuild.c

@@ -173,7 +173,6 @@ int main(int argc, char **argv)
             // TODO: rebuild specific tool
             // TODO: rebuild specific tool
             build_tools();
             build_tools();
         } else if (strcmp(subcmd, "assets") == 0) {
         } else if (strcmp(subcmd, "assets") == 0) {
-            // TODO: rebuild specific assets
             build_assets();
             build_assets();
         } else if (strcmp(subcmd, "tests") == 0) {
         } else if (strcmp(subcmd, "tests") == 0) {
             build_tests();
             build_tests();