aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: fb6fce0722bc1ff156afc4f216f8cae281a19fd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
all: version help run

run:
	deno run --allow-net --allow-read --allow-write --allow-run --unstable mod.ts

help:
	deno run --allow-net --allow-read --allow-write --allow-run --unstable mod.ts --help

version:
	deno run --allow-net --allow-read --allow-write --allow-run --unstable mod.ts --version