feat: add dwmblocks compilation directive

This commit is contained in:
David JULIEN 2021-02-13 21:37:24 +01:00
parent ef4b9b8e93
commit fe17bd62e5
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ for tool in $sucklesstools; do
done
case "$file" in
*blocks.def.h) make && sudo make clean install ;;
*.c*|*.h*) make && ./main ;;
*.mom) refer -PS -e "$file" | pdfmom > "$base.pdf" ;;
*.tex) texcompile "$base" ; texclear "$file" ;;