build: make messages not ugly on first run

This commit is contained in:
Daylin Morgan 2023-01-25 12:24:22 -06:00
parent f8b1a00c50
commit 38a741b20e
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ PHONIFY = 1
-include .task.mk
.task.mk: $(TEMPLATES) generate.py
$(call msg,re-jinjaing the local {a.b_cyan}.task.mk{a.end})
$(call msg,re-jinjaing the local $(if $(tprint),{a.b_cyan}.task.mk{a.end},.task.mk))
@./generate.py $(VERSION) > .task.mk || (echo "generator failed!!" && rm .task.mk)