From 3f72d17beb45142187872abb3ae46778899fca5a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 22 Aug 2024 23:17:44 +0200 Subject: [PATCH] also compile section --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 74a64b7..1996530 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,4 +1,4 @@ -NAMES = light dark +NAMES = light dark section TEX = $(foreach i,$(NAMES),$(i).tex) PDF = $(TEX:.tex=.pdf)