add Makefile
This commit is contained in:
parent
0982857082
commit
6720eace7a
1 changed files with 7 additions and 0 deletions
7
cli/Makefile
Normal file
7
cli/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
all: lint compile
|
||||||
|
|
||||||
|
lint:
|
||||||
|
deno lint
|
||||||
|
|
||||||
|
compile:
|
||||||
|
deno compile --import-map ./import_map.json --allow-read --allow-write -o kollagen main.ts
|
Loading…
Reference in a new issue