kollagen/cli/Makefile

7 lines
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