microblog.pub/Makefile

6 lines
253 B
Makefile
Raw Normal View History

2018-05-18 13:41:41 -05:00
css:
python -c "import sass; sass.compile(dirname=('sass', 'static/css'), output_style='compressed')"
password:
python -c "import bcrypt; from getpass import getpass; print(bcrypt.hashpw(getpass().encode('utf-8'), bcrypt.gensalt()).decode('utf-8'))"