Update README.md

This commit is contained in:
2019-09-16 12:13:18 -04:00
committed by GitHub
parent 6d024cd17c
commit 39b314e8bd
+2 -2
View File
@@ -1,10 +1,10 @@
![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
<p align="center">
<h1><pre><code>$ bake</code><em>, n</em>:<pre><em>the strangely familiar task runner</em>.</h1>
</p>
![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
I love using `Makefile` for one-off **tasks** in projects.
The problem with doing this is that you can't use familiar bashisms when doing so, as **GNU Make** doesn't use the familiar **Bash** syntax, nor does it allow for simple adhoc use of abritrary scripting languages (e.g. **Python**).