Update README.md

This commit is contained in:
2019-09-16 12:18:41 -04:00
committed by GitHub
parent 006b34a246
commit cf891f4d26
+2 -2
View File
@@ -1,3 +1,5 @@
![vanity image](https://github.com/kennethreitz/bake/blob/master/ext/img.jpg?raw=true)
<span align="center">
<pre>
@@ -8,8 +10,6 @@
--------------------
![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**).