diff --git a/makefile b/makefile new file mode 100644 index 0000000..28d6d24 --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +intall: + deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts install + +link: + deno run --unstable --allow-env --allow-run --allow-read --allow-write ./mapping.ts link \ No newline at end of file