5 lines
197 B
Makefile
5 lines
197 B
Makefile
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
|