From 50db684e3626a3b5cd9dfc261e8c772a481797d5 Mon Sep 17 00:00:00 2001 From: jsz4n Date: Wed, 24 Sep 2025 19:17:37 +0200 Subject: [PATCH] add format choice in watch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7defce8..f59dc59 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ watch: - ./watch_compile.sh + ./watch_compile.sh $(word 2,$(MAKECMDGOALS)) html: ./scripts/slides_to_html.sh slides.md