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