Skip to content

BikeLinc/BuildTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone
git clone https://github.com/BikeLinc/BuildTool
  1. Build
make
  1. Run
make run

Features

Currently Supported

  • variable declaration
  • variable refrencing
  • rule creation w/dependencies
  • dependency prioritized execution
  • circular dependency detection

Planned

  • Wildcard Functionality
  • Improved Parser

Syntax

Variable Definition

<NAME> = "<VALUE>"

Variable Referencing

$(<NAME>) is reduced to <VALUE>

Rule Definition

<NAME> : <DEPENDENCY1> <DEPENDENCY2> <DEPENDENCY3>
    <COMMAND>
    <COMMAND>

About

Terminal based build tool for small c++ programs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published