A Very Optimized Build "System" Written In C
Find a file
2026-01-26 21:01:48 -04:00
build.c initial commit 2026-01-26 21:00:30 -04:00
LICENSE Initial commit 2026-01-26 19:54:23 -05:00
README.md fix(README.md 2026-01-26 21:01:48 -04:00

avobswic

A Very Optimized Build "System" Written In C

Why??

beCause (funny right haha)

Usage

Copy the build.c file into your project Your structure must have a src and include folder and will output to a bin folder, creating it if needed

In every file on src, you must set the first line to:

//header:m 

when using the <math.h> library It should be like -lGL without the -l with a trailing whitespace at the end of the line, just one

Roadmap

  • Be able to compile something
  • Add support for include folders
  • Add static building
  • Add more customization per-file