lua-make

I grew frustrated with editing and debugging Makefiles. So, I recoursed to CLI scripts. Soon, I grew tired of constantly editing my bash scripts to compile things. And then translating them to Windows CLI. And waiting to compile, since there was no checks.
So, I came with this, a simple yet flexible make replacement. It isn’t everything to everybody, it’s squarely aimed at C/C++ folks, adept in Lua, who aren’t afraid of diving into provided scripts. It doesn’t configure, nor installs your builds, nor package your deployment, it just builds executables.

I’m releasing it as a GNU GPL program. Why release new project as abadoned one, you ask. Simple, I’m going Python-way.

Download it from here …

Leave a Reply