Making mako makescript more verbose.

This commit is contained in:
James Patrick 2019-06-14 21:01:31 -04:00
parent 611f2bd51b
commit a01e6dfd3f
1 changed files with 2 additions and 0 deletions

View File

@ -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: