Update README.md

This commit is contained in:
2019-09-16 00:30:09 -04:00
committed by GitHub
parent 302c043ce5
commit d5bbc6c4a1
+3 -1
View File
@@ -1,7 +1,9 @@
# ☿ `bake`— a strangely familiar Bash 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 works.
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.
It is, thus far, successful in doing so.
**WORK IN PROGRESS**