This commit is contained in:
2019-09-15 10:08:08 -04:00
parent 8108497175
commit 9bad09f1f0
+2
View File
@@ -6,6 +6,7 @@ I love using `Makefile`s for one-off tasks in projects. The problem with doing t
To be improved:
```make
echo:
cat Bashfile
format:
@@ -22,6 +23,7 @@ To be improved:
system-deps:
brew install pipenv
```
Unlike `Makefile`s, either tabs or 4 spaces can be used.