From 29df99b3ed8189312a9bdd05ccfcd50bbc0da8db Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 18 Jun 2025 19:34:29 +0200 Subject: [PATCH] update --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index a1f86bb..20f028b 100644 --- a/makefile +++ b/makefile @@ -15,6 +15,6 @@ out/tesi-triennale@capitolo-1.pdf: out/tesi-triennale.pdf VARIANTS = pos neg splice-h splice-v -.PHONY: src/assets/derived/atlas-infinity-% -src/assets/derived/atlas-infinity-%: src/assets/atlas-infinity.typ - typst compile $< $@ \ No newline at end of file +.PHONY: src/assets/derived/atlas-infinity +src/assets/derived/atlas-infinity: src/assets/atlas-infinity.png + \ No newline at end of file