Browse Source

readme

rebrand
Martin Dørum 3 years ago
parent
commit
a0282054ad
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

@@ -29,14 +29,14 @@ The only dependency is `pthreads`.

## TODO

* Add `--print-compile-commands`
* ~~Add `--print-compile-commands`~~
* ~~Consider changing the config file format name from BBB to BB~~
* Support different build configurations (requires conditionals in the BBB parser)
* Re-work the command-line interface
* Save build configuration in the output dir
* ~~Save build configuration in the output dir~~
* ~~Support one "main" build.bb file which specifies things like the target name~~
* Support creating shared/static libraries too, not just binaries
* Implement recursive mkdir in C++ instead of shelling out to mkdir
* Support subprojects
* Look into saving the result of `$(CC) -MM` to make recompiles faster when
little has changed
* ~~Look into saving the result of `$(CC) -MM` to make recompiles faster when
little has changed~~

Loading…
Cancel
Save