https://github.com/dubniczky/makefiles
Collection of custom Makefiles for specific environments
https://github.com/dubniczky/makefiles
automation bash development environment makefile
Last synced: about 1 year ago
JSON representation
Collection of custom Makefiles for specific environments
- Host: GitHub
- URL: https://github.com/dubniczky/makefiles
- Owner: dubniczky
- License: mit
- Created: 2022-07-18T10:06:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T15:05:06.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T19:49:19.227Z (over 1 year ago)
- Topics: automation, bash, development, environment, makefile
- Language: Makefile
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Makefiles
Collection of custom Makefiles for development environments.
## Support ❤️
If you find the project useful, please consider supporting, or contributing.
[](https://www.buymeacoffee.com/dubniczky)
## Disclaimer
These Makefiles were created for specific development purposes, then updated to be more generally applicable to a wider variety of projects. They cannot be considered complete, so feel free to update and change them to the full extent described in [license](./LICENSE).
## Instructions
1. Select the Makefile for your project type.
2. Read the corresponding readme and update options.
3. Edit the commands if necessary.
## List
|Makefile|Tags|
|---|---|
|[go](./go/)|`go`, `mod`, `main`|
|[laravel](./laravel/)|`laravel`, `php`, `composer`, `npm`, `mix`|
|[node](./node/)|`nodejs`, `javascript`, `npm`, `yarn`|
|[python](./python/)|`python`, `venv`|