From 9bad09f1f022b0e27d89f035c779c01625ce5212 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 10:08:08 -0400 Subject: [PATCH] make --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fab422a..6df6a32 100644 --- a/README.md +++ b/README.md @@ -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.