Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Make

Comandos

# Alvo padrão
.DEFAULT_GOAL := target

# Não verifica se o alvo está atualizado no disco
.PHONY: target

Receitas

help - Lista Comandos

help:  ## Lista comandos
	@awk 'BEGIN {FS = ":.*## "} /^[0-9A-Za-z-_.\$$/].*:.*## / {printf "\033[36m%-25s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)