π Edit page
β Add page
Make
Using GNU
make
with aMakefile
Topics
Pages
Content
Key links
- π Homepage: https://www.gnu.org/software/make/
- π Docs: https://www.gnu.org/software/make/manual/
- π Wikipedia
- ποΈ DevHints cheatsheet
Uncategorized Links
Documentation
Related tools
-
Cmake - Wikipedia
- In software development, CMake is cross-platform free and open-source software for build automation, testing and packaging using a compiler-independent method. CMake is not a build system but rather itβs a build-system generator.
- Using Nmake
-
Nmake reference
- The Microsoft Program Maintenance Utility (NMAKE.EXE) is a command-line tool included with Visual Studio that builds projects based on commands that are contained in a description file.
-
CMake
- CMake is a tool to manage building of source code. Originally, CMake was designed as a generator for various dialects of Makefile, today CMake generates modern buildsystems such as Ninja as well as project files for IDEs such as Visual Studio and Xcode.