justin-site/Makefile
Justin Hsu 634559a69a Switch to dart sass.
Ruby sass deprecated.
2022-04-21 13:12:32 -04:00

21 lines
277 B
Makefile

TOP=cabal v2-run justin-site
all:
cabal v2-build
check:
$(TOP) check
preview:
$(TOP) rebuild && (cd _site; python -m http.server)
deploy:
$(TOP) rebuild && $(TOP) deploy
install:
opam update && opam install bibtex2html
port install dart-sass
clean:
cabal v2-clean