2025-07-18 02:21:12 +03:00
2025-06-20 19:21:34 +05:00
2024-07-19 00:13:12 +03:00
2025-11-09 19:47:52 +05:00
2024-07-12 01:55:58 +03:00
2025-06-20 19:29:52 +05:00
2024-07-19 01:43:57 +03:00
2024-09-13 21:12:25 +05:00
2024-08-09 05:59:19 +03:00

cbuild

My C/C++ build system written in sh.

Installation

git clone https://timerix.ddns.net:3322/Timerix/cbuild.git
cd cbuild
sudo ./setup.sh 

Can be installed to ~/.local/ if you have no root rights.

  • ./setup.sh --local
    
  • Then add ~/.local/bin to PATH in your shell config.

Usage

  1. Initialize cbuild project in some directory:
    cd some_project
    cbuild --new-project
    
  2. Edit project.config.
  3. Call some tasks:
    cbuild build_exec_dbg exec
    

P.S. See help

cbuild -h
Description
C/C++ build system written in bash
Readme 368 KiB
v2.2.4 Latest
2025-11-19 09:20:11 +00:00
Languages
Shell 100%