Skip to content

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.

License

Notifications You must be signed in to change notification settings

n13org/Makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •