karlos-designs/Makefile

11 lines
140 B
Makefile

include config.mk
.PHONY: all
all: poster.pdf
%.pdf: %.typ
$(TYPST) compile --font-path fonts $<
.PHONY: clean
clean:
rm -f poster.pdf