Skip to content

olxbr/make-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Snippets

A collection of Makefiles that helps in various tasks:

  • building docker images
  • deploying docker images
  • creating AWS CloudFormation stacks

Architecture

Move along, nothing to see here.

Application Checklist

Move along, nothing to see here.

Configuring project

First things first

git submodule sync --recursive

git submodule update --init --recursive

How to Run

This project was not meant to be run alone. It is used together with other projects, usually as a git submodule.

Bellow are the list of the currently implemented Makefiles:

How to Test

No tests currently implemented

How to Deploy

Not meant to be deployed