Update README.md

This commit is contained in:
2019-09-15 22:35:48 -04:00
committed by GitHub
parent a4788b69e8
commit 237530b517
+1 -1
View File
@@ -1,4 +1,4 @@
# `bake`— a strangely familiar Bash task runner.
# `bake`— a strangely familiar Bash task runner.
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 syntax. This project seeks to bridge these works.