Browse Source

Remove finished TODO

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

+ 0 - 2
nobuild.c

@@ -3,8 +3,6 @@
 
 
 #define COMMON_CFLAGS "-Wall", "-Wextra", "-pedantic", "-std=c99", "-ggdb", "-I.", "-I./build/", "-I./dev-deps/"
 #define COMMON_CFLAGS "-Wall", "-Wextra", "-pedantic", "-std=c99", "-ggdb", "-I.", "-I./build/", "-I./dev-deps/"
 
 
-// TODO: implement parallel building
-
 void build_tools(void)
 void build_tools(void)
 {
 {
     MKDIRS("build", "tools");
     MKDIRS("build", "tools");