Simple, lightweight, FOSS alternative to GNU Make or CMake
Go to file
2020-12-13 14:25:46 -08:00
include finished v0.2 2020-12-13 14:22:49 -08:00
src finished v0.2 2020-12-13 14:22:49 -08:00
.gitignore Minor changes 2020-12-13 09:46:03 +01:00
build.ezmk finished v0.2 2020-12-13 14:22:49 -08:00
COMPILING_EASYMAKE.md Bring my old changes to new version of repo 2020-12-13 08:43:36 +01:00
LICENSE Update LICENSE 2020-11-30 10:27:53 -08:00
README.md Merge branch 'dev' into main 2020-12-13 14:25:46 -08:00

easymake

Simple, lightweight, FOSS alternative to GNU 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. Make your changes
  3. Remove trailing whitespace (regex [^\S\r\n]+$) in files that you modified
  4. Create your feature branch: git checkout -b my-new-feature
  5. Commit your changes: git commit -am 'Add some feature'
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request

Credits

undersquire - Original idea, programming, project lead

DynamicDonkey - JSON buildscript example, README, website design, documentation

MousieDev - JSON parsing, Bug squasher

License

GPL v3