news/Makefile

16 lines
224 B
Makefile

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