Update README.md

This commit is contained in:
2019-09-15 13:11:22 -04:00
committed by GitHub
parent 727aecb609
commit 3f4dfa93d5
+3 -1
View File
@@ -1,8 +1,10 @@
# `bake`— Kinda like Bash & Make, combined.
I love using `Makefile`s for one-off tasks in projects. The problem with doing this, is you can't use familiar bashisms when doing so, as GNU Make doesn't use the familiar Bash sytnax. This project seeks to bridge these works.
![bake icon](https://github.com/kennethreitz/bake/blob/master/ext/bake.png?raw=true)
I love using `Makefile`s for one-off tasks in projects. The problem with doing this, is you can't use familiar bashisms when doing so, as GNU Make doesn't use the familiar Bash sytnax. This project seeks to bridge these works.
## Example `Bashfile`