An open API service indexing awesome lists of open source software.

https://github.com/m6vrm/nob.h

No bullshit build system for C and C++
https://github.com/m6vrm/nob.h

build-system c cpp

Last synced: 2 months ago
JSON representation

No bullshit build system for C and C++

Awesome Lists containing this project

README

          

nob.h
=====

**No b**ullshit build system for C and C++.

Allows to write build system in language you already know without third-party tools like CMake, Make, shell.

* Linux, macOS and Windows support
* C and C++ support
* Compilation database generation (`compile_commands.json`)

> Idea stolen from https://github.com/tsoding/nob.h.

Usage
-----

Copy `nob.h` to your project and implement `nob.c`.

Example
-------

cd example
cc -o nob nob.c
./nob
./build/example