alps/themes/sourcehut/Makefile
Simon Ser e93346ffa9
Remove the public/ directory
Now that all templates are provided by plugins, there's no need to have
a public/ directory. Themes can be in /themes instead of /public/themes.
2019-12-16 12:58:21 +01:00

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