data/Makefile

13 lines
161 B
Makefile
Raw Normal View History

2023-11-28 03:05:02 +01:00
all: build
cache:
deno cache utils/build.js
build:
deno run --allow-all utils/build.js
test:
deno test --allow-all utils/test.js
fmt:
deno fmt utils/*.js