Skip to content

A build tool for automatically running, compiling, and managing projects. (W.I.P!!!!)

License

Notifications You must be signed in to change notification settings

itsamedood/BuildDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is BuildDoc?

A build tool for automatically running, compiling, and managing projects.

Example:

CC="gcc"
FLAGS="-Wall -Wextra -O2 -g"
TARGET="bin/program"
MAIN="src/main.c"

[build]
&echo "Building program..."
$CC $FLAGS -o $TARGET $MAIN
$TARGET
&echo "Done!"

About

A build tool for automatically running, compiling, and managing projects. (W.I.P!!!!)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published