deno_hello/Makefile
2021-02-19 16:27:55 +01:00

8 lines
No EOL
122 B
Makefile

.PHONY: cli
cli:
deno run cli.ts
.PHONY: run
run:
deno run --allow-net server.ts
tests:
deno test --coverage --unstable