diff --git a/.local/bin/compiler b/.local/bin/compiler index e9c7485..06e33c0 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -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" ;;