Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 563 Bytes

MuBuild

  • The build system which is written in under 200 lines.
  • It is portable, and powerful.
  • It is written in Python, and there is support for Windows/DOS based systems, along with POSIX.

A sample build file is as follows:

Define NAME muBuild

// A test MuFile which demonstrates targets and variables

Target _nt Test
    echo Hello &NAME are you having a good day?
End

Target _posix Test
    echo "Hello &NAME are you having a good day?"
End

More documentation will be coming soon.
Discord Server for MuTools: https://discord.gg/Zb5MHSBG