Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.54 KB

Makefile

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.

Sections

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

Summary - Recap

Links

Tools

Additional for Windows Systems without Linux subsystem

  1. Download and install Binaries
  2. Add Path to the Gnu-Binaries to PATH (e.g. C:\Program Files (x86)\GnuWin32\bin)