Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nob.h

No bullshit 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

About

No bullshit build system for C and C++

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages