Delete Makefile

This commit is contained in:
Andros Fenollosa 2022-02-11 11:44:22 +01:00 committed by GitHub
parent 9c0f959cac
commit c429bbedca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +0,0 @@
.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