data/Makefile
2024-08-22 23:00:40 +02:00

19 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