links/Makefile
2022-12-21 21:12:31 -06:00

11 lines
287 B
Makefile

build/index.html: build/style.css index.html config.toml compile.js
node compile.js
build/style.css: scss/style.scss node_modules/bootstrap/scss/_root.scss
npx sass $< $@
node_modules/bootstrap/scss/_root.scss: package-lock.json
npm ci
package-lock.json: package.json
npm install