From 7ba0daba159ed4c62d3d2cd9a6389e40d0357e2a Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 20 Feb 2022 17:06:50 -0600 Subject: [PATCH] lil tweaks --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91cfb06..54a4779 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # This Makefile exists because it's my favorite way to simplify running # groups of commands directly from the command line -# -- Bare Metal Alchemist, 2022 +# Bare Metal Alchemist, 2022 alchemy: @chmod +x recipes/alchemy.sh @@ -34,7 +34,7 @@ manifest: @recipes/wordpress.sh help: - @echo "We'll get there!" + @cat README.md