From d54ee89c43a40fabad1ed4f96dc7e6ca3fded726 Mon Sep 17 00:00:00 2001 From: Matt Brennan Date: Mon, 23 Apr 2018 17:23:16 +0100 Subject: [PATCH] =?UTF-8?q?scary=20makefile=20warning=20=20=F0=9F=90=BF=20?= =?UTF-8?q?v2.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 496ed348d..2384ef7e8 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,7 @@ +# DO NOT ADD TASKS TO THIS MAKEFILE +# these tasks exist for principle-of-least-surprise purposes for people coming +# here from next-land. this makefile should not be used for anything else + install: @printf "\n \e[1;34m☞\e[0m this is the same as running \e[3;36mnpm install\e[0m\n\n" @sleep 3