Skip to content

Templates for the new version of the makemake

Notifications You must be signed in to change notification settings

saytaM12/makemake-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makemake-templates

Collection of useful templates for makemake.

Most of these are only supported on posix systems.

The repository is split into folders based on language for which the template is.

How to install all the templates

windows

On windows you need to install all the templates yourself. For example if you want to istall the vscm template and you are in the root of this repository you can run

makemake -cf vscm C/vscm

linux

On linux (/ posix complient systems) you can use the script install-all to install all the templates at once:

./install-all

by default the script doesn't rewrite any existing templates. You can change that by running:

./install-all yes

if you want to owerwite only some templates run:

./install-all ask

this will ask you for every template that would be overwritten

About

Templates for the new version of the makemake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 82.4%
  • C 17.6%