Makefile: show goal for 1 target

This commit is contained in:
Anton Midyukov 2021-08-23 19:42:52 +07:00
parent 88601a3453
commit 66258c955f

View File

@ -48,6 +48,8 @@ SHELL = /bin/bash
| grep -nx "$@" \
| cut -d: -f1`"; \
say "** goal: $@ [$$n/$(NUM_TARGETS)]"; \
else \
say "** goal: $@"; \
fi; \
for ARCH in $(ARCHES); do \
if [ -z "$(QUIET)" ]; then \