An open API service indexing awesome lists of open source software.

https://github.com/pasdam/makefiles

Collections of makefiles that simplifies common tasks
https://github.com/pasdam/makefiles

docker golang make makefile

Last synced: about 1 month ago
JSON representation

Collections of makefiles that simplifies common tasks

Awesome Lists containing this project

README

          

# makefiles

This repository contains a collections of makefiles with utility targets common
to different projects.

Each makefile and each target in them have a brief comment on top, with the
requirements and the usage description.

At the moment the repository contains the following:

* [docker.mk](docker.mk): contains targets to simplify the build and run of
docker images;
* [docker-compose.mk](docker-compose.mk): contains targets to simplify the
management of compose setups;
* [go.mk](go.mk): contains targets to use for [Go](https://golang.org/)
projects;
* [go.mod.mk](go.mod.mk): contains targets to use specifically for
[Go](https://golang.org/) projects with supports for
[modules](https://github.com/golang/go/wiki/Modules);
* [help.mk](help.mk): contains a target to automatically generate a help
description for all the targets.