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
- Host: GitHub
- URL: https://github.com/pasdam/makefiles
- Owner: pasdam
- License: gpl-3.0
- Created: 2019-02-26T02:39:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-24T15:46:31.000Z (10 months ago)
- Last Synced: 2025-08-24T20:31:13.854Z (10 months ago)
- Topics: docker, golang, make, makefile
- Language: Makefile
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.