A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
211 B

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