github stylings

This commit is contained in:
2019-09-15 10:07:16 -04:00
parent 205c17ecec
commit 8108497175
+1 -1
View File
@@ -1,4 +1,4 @@
# `bashf`: Kinda like Make & Bash, combined.
# `bashf` Kinda like Make & Bash, combined.
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.