news/Makefile
2024-02-13 14:22:58 +01:00

19 lines
No EOL
277 B
Makefile

all: build frontend compile
build:
deno run --allow-all utils/build.js
images:
deno run --allow-all utils/images.js
frontend:
cd web && npm install && npm run build
readme:
deno run --allow-all utils/readme.js
sync:
make build readme
compile:
cp -r web/dist/** dist