karlos-designs/Makefile

12 lines
140 B
Makefile
Raw Permalink Normal View History

2025-11-14 22:16:10 +01:00
include config.mk
.PHONY: all
all: poster.pdf
%.pdf: %.typ
$(TYPST) compile --font-path fonts $<
.PHONY: clean
clean:
rm -f poster.pdf