Skip to content

Bokobelin/build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

This repository is no longer maintained. An up-to-date version can be found at https://github.com/Corevia/build

A new build system.

An example buildfile and how to run it:

say = echo

private init():
    @echo off

private hello(init):
    $(say) hello world

run(hello):
    $(say) hi!

To run use python src/main.py path_to_your_buildfile run.

About

A new build system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages