https://github.com/niedzielski/makefile-skeleton
🦴 A template for small makefiles.
https://github.com/niedzielski/makefile-skeleton
ash bash build build-tool make makefile shell shell-script
Last synced: 2 months ago
JSON representation
🦴 A template for small makefiles.
- Host: GitHub
- URL: https://github.com/niedzielski/makefile-skeleton
- Owner: niedzielski
- License: unlicense
- Created: 2022-09-03T17:13:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T15:59:06.000Z (9 months ago)
- Last Synced: 2025-10-20T17:44:08.091Z (9 months ago)
- Topics: ash, bash, build, build-tool, make, makefile, shell, shell-script
- Language: Makefile
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.text
Awesome Lists containing this project
README
# 🦴 makefile-skeleton
A template for small makefiles with defaults I've found useful. There are two
parts:
- **config.make**: the default settings I wish Make had plus some command
aliases. This file probably won't change much from project to project. It's
the most important part of this skeleton.
- **makefile**: an example makefile that imports config.make. Most projects will
have very different project-specific recipes but still import config.make.
## Complementary tools
- [watchexec](https://watchexec.github.io) for tools that don't have a watch
command.
V=1 make --directory=atlas-pack rebuild
## License (public domain)
All code in this repository is public domain and may be used without limitation.