Skip to content

Lightweight build system that allows for simple build scripts that can be executed with just a C compiler.

Notifications You must be signed in to change notification settings

alex-s168/build.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build.C

Simple build "system".

Example build scripts using this system:

Getting started

# Add build.c as git submodule (you can also use other methods to get it)
$ git submodule add https://github.com/alex-s168/build.c.git build_c

# Copy example build script 
$ cp build_c/example.c build.c

# Modify build script now

# Build build script
$ cc build.c -o build.exe

# List all targets
$ ./build.exe 

# Build specific target
$ ./build.exe [target]

Windows

Build.C requires git bash or similar to run

About

Lightweight build system that allows for simple build scripts that can be executed with just a C compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published