links/Makefile
2022-12-21 15:57:06 -06:00

5 lines
135 B
Makefile

build/index.html: build/style.css index.html config.toml compile.js
node compile.js
build/style.css: scss/style.scss
npx sass $< $@