This commit is contained in:
2019-09-14 09:04:25 -04:00
parent 1f3ade36df
commit 73c8559f47
+3
View File
@@ -0,0 +1,3 @@
# Bashfile: 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.