add Makefile

master
Tomáš Mládek 2021-09-15 21:19:22 +02:00
parent 0982857082
commit 6720eace7a
1 changed files with 7 additions and 0 deletions

7
cli/Makefile Normal file
View 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