Update README.md

This commit is contained in:
2019-09-16 00:45:51 -04:00
committed by GitHub
parent 59fe19b883
commit cec7a7a5ae
+1 -1
View File
@@ -1,4 +1,4 @@
# ☿ `bake`— *the strangely familiar task runner*.
# ☿ `bake`— the _strangely familiar_ task runner.
I love using `Makefile` 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 syntax. This project seeks to bridge these worlds.