fmartingr.com/Makefile

13 lines
244 B
Makefile
Raw Normal View History

2016-12-03 21:10:25 +00:00
setup:
2020-10-07 13:46:52 +00:00
pip install --user setuptools
pip install --user poetry
2020-01-12 12:02:33 +00:00
poetry install
2016-12-03 21:10:25 +00:00
clean:
rm -rf public
rm -rf assets/static/css
2016-12-19 13:44:26 +00:00
build:
make clean
2021-02-14 19:36:00 +00:00
poetry run lektor build -f scss --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor