Skip to content

omaraflak/gmake2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmake

gmake is a simple way to generate multiple makefiles for your projects.

Use

Create a .gmake file at the root of your project or use gmake init to generate a template. Different variables are available :

  • compiler
  • flags
  • libs
  • output

Inside this file you should also write down the folders where submakefiles should be generated.

Once done, simply run gmake.

Example

compiler = g++-8
flags = -std=c++17
libs = -lstdc++fs
gmake.cpp = gmake
output = bin
./root

About

Makefile generator v2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published