From b06a60799b7ce684270c7787c7ecdcd020594ea6 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 19 Dec 2016 20:48:23 -0700 Subject: [PATCH] Add premake --- 02-Use_the_Tools_Available.md | 1 + 1 file changed, 1 insertion(+) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 7659630..c82cd45 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -29,6 +29,7 @@ Use an industry standard widely accepted build tool. This prevents you from rein * [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style. * [Qt Build Suite](http://doc.qt.io/qbs/) - Crossplatform build tool From Qt. * [meson](http://mesonbuild.com/index.html) - Open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. + * [premake](https://premake.github.io/) Remember, it's not just a build tool, it's also a programming language. Try to maintain good clean build scripts and follow the recommended practices for the tool you are using.