micro-fp-tools-js/Makefile
Andros Fenollosa 9e6549b153 Update format
2022-02-05 18:14:35 +01:00

8 lines
279 B
Makefile

.DEFAULT_GOAL := help
help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-25s\033[0m %s\n", $$1, $$2}'
build: ## Build in 'dist'
tsc src/fnTools.ts -t es2017 --module amd -outFile dist/fnTools.js