13 lines
206 B
Makefile
13 lines
206 B
Makefile
_:
|
|
@just --list
|
|
|
|
build_wasm:
|
|
deno task wasmbuild
|
|
|
|
run *ARGS:
|
|
deno run --allow-read main.js {{ ARGS }}
|
|
|
|
serve:
|
|
deno run --allow-net --allow-read=. https://deno.land/std@0.144.0/http/file_server.ts
|
|
|