Delete Makefile
This commit is contained in:
parent
9c0f959cac
commit
c429bbedca
7
Makefile
7
Makefile
@ -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
|
|
Loading…
Reference in New Issue
Block a user