data/Makefile

20 lines
262 B
Makefile

all: test build
cache:
deno cache utils/build.js
build:
deno run --allow-all utils/build.js
sync:
deno run --allow-all utils/sync.js
images:
deno run --allow-all utils/images.js
img-opt:
deno run --allow-all utils/img-opt.js
fmt:
deno fmt utils/*.js