From a01e6dfd3fbb003bd6cbaf7fa606309e54b6ac5e Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 14 Jun 2019 21:01:31 -0400 Subject: [PATCH] Making mako makescript more verbose. --- mako/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mako/makefile b/mako/makefile index f5928a2..df63982 100644 --- a/mako/makefile +++ b/mako/makefile @@ -9,6 +9,8 @@ init: ifeq ($(call cmd_exist,mako), true) $(info => Setting up mako) $(mk_link) $(SRC) $(TARGET) +else + $(report) warn "mako not installed. Skipping." endif update: