From f19c4881fef08206ab091ac54c7f91a7987d1fb2 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Sun, 19 Jul 2020 06:24:59 +0900 Subject: [PATCH] Add makefile --- makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 makefile 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