This repository has been archived on 2023-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
TopRanks/Makefile

10 lines
256 B
Makefile

.DEFAULT_GOAL:=help
.PHONY: help
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
update: ## Bumps installed deps.
@npx npm-check-updates -u && npm install