/easymake

A simple, lightweight and open-sourced alternative to Make or CMake.

Primary LanguageCGNU General Public License v3.0GPL-3.0

easymake

A simple, lightweight and open-sourced alternative to Make or CMake.

Installation

Download the latest version from the releases tab, or build from source (check COMPILING_EASYMAKE file).

Usage

$ easymake YOUR_BUILD_FILE

Contributing

  1. Fork the project
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Credits

undersquire - Original idea, programming, project lead

DynamicDonkey - JSON buildscript example, README, documentation

MousieDev - JSON parsing, Bug squasher

License

GPL v3