paren/makefile

9 lines
74 B
Makefile

test-w:
deno test --allow-read --watch
test:
deno test --allow-read