This repository has been archived on 2022-06-15. You can view files and clone it, but cannot push or open issues/pull-requests.
selfprivacy-alps/themes/sourcehut/Makefile

10 lines
211 B
Makefile

SRHT_PATH?=/usr/lib/python3.8/site-packages/srht
assets/style.css: scss/*.scss ${SRHT_PATH}/scss/*.scss
@mkdir -p assets/
sassc -I${SRHT_PATH}/scss scss/main.scss $@
all: assets/style.css
.DEFAULT_GOAL=all