kollagen/cli/Makefile
2021-09-15 21:19:22 +02:00

7 lines
No EOL
137 B
Makefile

all: lint compile
lint:
deno lint
compile:
deno compile --import-map ./import_map.json --allow-read --allow-write -o kollagen main.ts