You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
364 B
Makefile
20 lines
364 B
Makefile
|
|
|
|
|
|
.PHONY: capitolo-1
|
|
capitolo-1: out/tesi-triennale@capitolo-1.pdf
|
|
|
|
out/tesi-triennale.pdf: src/main.typ
|
|
typst compile $< $@
|
|
|
|
out/tesi-triennale@capitolo-1.pdf: out/tesi-triennale.pdf
|
|
pdftk $< cat 1-7 output $@
|
|
|
|
|
|
|
|
|
|
VARIANTS = pos neg splice-h splice-v
|
|
|
|
.PHONY: src/assets/derived/atlas-infinity
|
|
src/assets/derived/atlas-infinity: src/assets/atlas-infinity.png
|
|
|