Update README.md

This commit is contained in:
2019-09-15 17:26:33 -04:00
committed by GitHub
parent 861856a090
commit 158ace7695
+1 -1
View File
@@ -1,4 +1,4 @@
# `bake`— Kinda like Bash & Make, combined.
# `bake`— a 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 sytnax. This project seeks to bridge these works.