Makefile How-Tos and Tutorials. Simple examples and even some detailed workflows. Also this project covers some wrapper for common build and release tools in the DevOps environment.
The project is maintained by n13.org - Open Source by KargWare.
The command make
calls targets from a Makefile. The Makefile should be placed on root-level, or can be refered by the parameter make -f
. The first target in the Makefile is the default target and will be executed, when make is called without target.
Topic (examples) | Description |
---|---|
Hello Make | Examples to use make with a Makefile |
Print Versions | Print version numbers of command line tools (cli) |
Topic | Description |
---|---|
AppCenter | Microsoft AppCenter |
- Download and install Binaries
- Add Path to the Gnu-Binaries to PATH (e.g. C:\Program Files (x86)\GnuWin32\bin)