|
|
há 1 ano atrás | |
|---|---|---|
| .github | há 5 anos atrás | |
| examples | há 4 anos atrás | |
| tools | há 5 anos atrás | |
| .gitignore | há 4 anos atrás | |
| ChangeLog.md | há 5 anos atrás | |
| LICENSE | há 5 anos atrás | |
| README.md | há 1 ano atrás | |
| nobuild.c | há 4 anos atrás | |
| nobuild.h | há 2 anos atrás |
Header only library for writing build recipes in C.
[!WARNING] This library is DEPRECATED! Use https://github.com/tsoding/nob.h instead
Keep in mind that nobuild.h is an stb-style header-only library. That means that just including it does not include the implementations of the functions. You have to #define NOBUILD_IMPLEMENTATION before the include. See our nobuild.c for an example.
nobuild.c in your project with the build recipe. See our nobuild.c for an example.nobuild executable:
$ cc nobuild.c -o nobuild on POSIX systems$ cl.exe nobuild.c on Windows with MSVC$ ./nobuildIf you enable the Go Rebuild Urself™ Technology the nobuild executable will try to rebootstrap itself every time you modify its source code.