news/Makefile
2024-02-13 13:21:19 +01:00

13 lines
No EOL
204 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
compile:
cp -r web/dist/** dist