diff --git a/cli/Makefile b/cli/Makefile new file mode 100644 index 0000000..9ceb276 --- /dev/null +++ b/cli/Makefile @@ -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 \ No newline at end of file