From 36b9bbcf03af63773d54f94700fc3d6d43bc3bfc Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 7 Aug 2026 17:30:31 +0200 Subject: A couple common designs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f505013..d053c4b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ pdf: $(PDF_TARGETS) nup: $(NUP4_TARGETS) $(NUP2_TARGETS) verso: $(VERSO_TARGETS) $(VERSO_NUP4_TARGETS) $(VERSO_NUP2_TARGETS) -$(BUILDDIR)/%.ps: designs/%.yaml +$(BUILDDIR)/%.ps: designs/%.yaml conf/* mkdir -p ${BUILDDIR} ./bin/render -o $@ $< -- cgit v1.2.3