From fe17bd62e5fe977c961e883ca0b4d7498251d79f Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sat, 13 Feb 2021 21:37:24 +0100 Subject: [PATCH] feat: add dwmblocks compilation directive --- .local/bin/compiler | 1 + 1 file changed, 1 insertion(+) 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" ;;