Update README.md

This commit is contained in:
2019-09-16 12:10:36 -04:00
committed by GitHub
parent eb58cf4b8b
commit 85dc0a5442
+3 -1
View File
@@ -6,11 +6,13 @@ 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**).
-----------------
<p align="center">
<img src="https://github.com/kennethreitz/bake/blob/master/ext/screencast.gif?raw=true" />
</p>
This project seeks to bridge all of these worlds into a single entrypoint — ideal for crosslanguage repositories.