Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanwalther/boilr-makefile
Boilr template for a basic Makefile.
https://github.com/stefanwalther/boilr-makefile
boilerplate boilr boilr-template makefile template
Last synced: about 5 hours ago
JSON representation
Boilr template for a basic Makefile.
- Host: GitHub
- URL: https://github.com/stefanwalther/boilr-makefile
- Owner: stefanwalther
- Created: 2017-11-30T01:31:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T22:45:07.000Z (about 2 years ago)
- Last Synced: 2024-10-06T09:15:59.043Z (about 1 month ago)
- Topics: boilerplate, boilr, boilr-template, makefile, template
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# boilr-makefile
> Boilr template for a basic Makefile.
---
## Purpose
Create a very simplistic [Makefile](./template/Makefile).
## Installation
Install [boilr](https://github.com/tmrts/boilr) first.
Then use```
$ boilr download stefanwalther/boilr-makefile# e.g.
$ boilr download stefanwalther/boilr-makefile boilr-makefile
```## Usage
### Download the template
```
$ boilr template download stefanwalther/boilr-makefile
```### Fork, modify locally and save it
```
$ git clone stefanwalther/boilr-makefile
```cd into it, then
```
$ boilr template save $(PWD)# e.g.
$ boilr template save $(PWD) boilr-makefile
```### Use it
```
$ boilr template use boilr-makefile .
```## About
### Related projects
Some related projects:- [boilr-makefile](https://www.npmjs.com/package/boilr-makefile): Boilr template for a basic Makefile. | [homepage](https://github.com/stefanwalther/boilr-makefile#readme "Boilr template for a basic Makefile.")
### Author
**Stefan Walther*** [twitter](http://twitter.com/waltherstefan)
* [github.com/stefanwalther](http://github.com/stefanwalther)
* [LinkedIn](https://www.linkedin.com/in/stefanwalther/)
* [qliksite.io](http://qliksite.io)## License
MIT***
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on December 03, 2017._