1
0
mirror of synced 2024-11-22 05:16:05 +03:00
vue-formulario/Makefile

9 lines
300 B
Makefile
Raw Normal View History

2020-10-11 15:11:10 +03:00
.PHONY: console
console: ## Run container and switch to terminal
docker-compose run --rm --service-ports node bash
.PHONY: help
help: ## Help information
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-]*: *.*## *" | awk '\
BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'